flake8: Remove unnecessary putty-ignore option

This commit is contained in:
Florian Bruhin 2016-04-08 07:41:40 +02:00
parent 79bb8871ee
commit 579b3e81e4

View File

@ -50,7 +50,6 @@ putty-ignore =
/# pylint: disable=invalid-name/ : +N801,N806
/# pylint: disable=wildcard-import/ : +F403
/# pragma: no mccabe/ : +C901
tests/*/*/test_*.py : +D100,D101,D401
tests/*/test_*.py : +D100,D101,D401
tests/unit/browser/http/test_content_disposition.py : +D400
scripts/dev/ci/install.py : +C901,FI53