Skip to content

Commit

Permalink
"Bug fix" for flake8 configuration in tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Nov 30, 2020
1 parent 05d02d4 commit ccbefe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ python_files = humanfriendly/tests.py

[flake8]
exclude = .tox
ignore = D200,D205,D211,D400,D401,D402,D412,D413,W504
extend-ignore = D200,D205,D211,D400,D401,D402,D412,D413,W504
max-line-length = 120

0 comments on commit ccbefe5

Please sign in to comment.