flake8: Use putty-auto-ignore

This commit is contained in:
Florian Bruhin 2016-04-08 07:39:11 +02:00
parent f097b2e57f
commit 79bb8871ee

View File

@ -45,15 +45,11 @@ ignore =
FI10,FI11,FI12,FI13,FI14,FI15,
H201,H238,H301,H306
max-complexity = 12
putty-auto-ignore = True
putty-ignore =
/# pylint: disable=invalid-name/ : +N801,N806
/# pylint: disable=wildcard-import/ : +F403
/# pragma: no mccabe/ : +C901
/# flake8: disable=E131/ : +E131
/# flake8: disable=N803/ : +N803
/# flake8: disable=T002/ : +T002
/# flake8: disable=F841/ : +F841
/# flake8: disable=S001/ : +S001
tests/*/*/test_*.py : +D100,D101,D401
tests/*/test_*.py : +D100,D101,D401
tests/unit/browser/http/test_content_disposition.py : +D400