Skip to content

Commit

Permalink
Merge pull request #206 from wazo-platform/remove-pylint-pycodestyle
Browse files Browse the repository at this point in the history
WAZO-2974 Remove pylint and pycodestyle

Reviewed-by: Charles <contact@charleslanglois.dev>
Reviewed-by: Francois Blackburn
  • Loading branch information
wazo-community-zuul[bot] authored Dec 19, 2023
2 parents c3ad849 + 52a29d8 commit 1c1c568
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@
.coverage
.tox
coverage.xml
pycodestyle.txt
pylint.txt
unit-tests.xml
19 changes: 0 additions & 19 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,6 @@ deps =
-rtest-requirements.txt
pytest-cov

[testenv:pycodestyle]
# E501: line too long (80 chars)
commands =
-sh -c 'pycodestyle --ignore=E501 wazo_call_logd > pycodestyle.txt'
deps =
pycodestyle
allowlist_externals =
sh

[testenv:pylint]
commands =
-sh -c 'pylint --rcfile=/usr/share/xivo-ci/pylintrc wazo_call_logd > pylint.txt'
deps =
-rrequirements.txt
-rtest-requirements.txt
pylint
allowlist_externals =
sh

[testenv:black]
skip_install = true
deps = black
Expand Down

0 comments on commit 1c1c568

Please sign in to comment.