Adjust flake8 config
Since we now ignore this on a per-file level for pylint, we need to do the same for flake8 too.
This commit is contained in:
parent
1d0f187fab
commit
7c4e4a5818
2
.flake8
2
.flake8
@ -35,9 +35,9 @@ max-complexity = 12
|
|||||||
putty-auto-ignore = True
|
putty-auto-ignore = True
|
||||||
putty-ignore =
|
putty-ignore =
|
||||||
/# pylint: disable=invalid-name/ : +N801,N806
|
/# pylint: disable=invalid-name/ : +N801,N806
|
||||||
/# pylint: disable=wildcard-import/ : +F403
|
|
||||||
/# pragma: no mccabe/ : +C901
|
/# pragma: no mccabe/ : +C901
|
||||||
tests/*/test_*.py : +D100,D101,D401
|
tests/*/test_*.py : +D100,D101,D401
|
||||||
|
tests/conftest.py : +F403
|
||||||
tests/unit/browser/webkit/test_history.py : +N806
|
tests/unit/browser/webkit/test_history.py : +N806
|
||||||
tests/helpers/fixtures.py : +N806
|
tests/helpers/fixtures.py : +N806
|
||||||
tests/unit/browser/webkit/http/test_content_disposition.py : +D400
|
tests/unit/browser/webkit/http/test_content_disposition.py : +D400
|
||||||
|
Loading…
Reference in New Issue
Block a user