Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Update flake8 settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwoods committed Nov 7, 2017
1 parent 442d38c commit 5fdc04d
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 @@ -8,7 +8,7 @@ flake8-ignore =
tests/ ALL

[flake8]
ignore = F999,E501,E128,E124,E402,W503,E731,F841,D100,D101,D102,D103,D104,D105,D107,D200,D201,D205,D400,D401,D402,D403,I100,I101
ignore = F999,E501,E128,E124,E402,W503,E731,F841,D100,D101,D102,D103,D104,D105,D107,D200,D201,D205,D400,D401,D402,D403,I100,I101, I201, I202
max-line-length = 100
exclude = .tox,.git,docs,tests

Expand Down

0 comments on commit 5fdc04d

Please sign in to comment.