Skip to content

Commit

Permalink
More in config files
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Roman committed May 24, 2022
1 parent 6aff639 commit f5f4c4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[pycodestyle]
count = False
ignore = E741,E743
ignore = E741,E743,E121,E123,E126,E133,E226,E241,E242,E704,W503,W504,W505
statistics = True
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[pycodestyle]
count = False
ignore = E741,E743
ignore = E741,E743,E121,E123,E126,E133,E226,E241,E242,E704,W503,W504,W505
statistics = True

0 comments on commit f5f4c4c

Please sign in to comment.