From 79bb8871ee573c80e740281ffc7c52b20353dbee Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 8 Apr 2016 07:39:11 +0200 Subject: [PATCH] flake8: Use putty-auto-ignore --- setup.cfg | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/setup.cfg b/setup.cfg index c6df27380..d6d65a91d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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