Skip to content

Commit

Permalink
Not check E117 at codestyle check
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusHackspacher committed Sep 15, 2019
1 parent 5b8600e commit 136716a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ desktop_files=[('share/applications', 'po/uh/', ('content/packages/unknown-horiz
[pycodestyle]
exclude=horizons/ext/, horizons/gui/translations.py, horizons/constants.py
count=1
select = W2, W3, W6, E11, E125, E13, E20, E21, E22, E23, E242, E25, E27, E301, E302, E303, E304, E305, E70, E713
select = W2, W3, W6, E111, E112, E113, E114, E116, E125, E13, E20, E21, E22, E23, E242, E25, E27, E301, E302, E303, E304, E305, E70, E713
# https://pycodestyle.readthedocs.io/en/latest/intro.html#error-codes
ignore = E101, W191, W503, E241
max-line-length = 100

0 comments on commit 136716a

Please sign in to comment.