Skip to content

Commit

Permalink
#548 Rm E305 pycodestyle rule
Browse files Browse the repository at this point in the history
  • Loading branch information
duker33 committed Aug 28, 2018
1 parent 74e5425 commit 7244c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .coafile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ minimum_tokens = 35
max_line_length = 100
# https://pycodestyle.readthedocs.io/en/latest/intro.html#error-codes
# ignore W503 according to pep8 notes: https://goo.gl/rEjtY6
pycodestyle_ignore = E305,W503
pycodestyle_ignore = W503
pydocstyle_ignore = D100,D101,D102,D103,D104,D105,D106,D203,D212
language = Python 3

Expand Down

0 comments on commit 7244c16

Please sign in to comment.