Add blacklist/ignore for .idea dir.

This commit is contained in:
Matt Clay 2016-07-15 13:03:45 -07:00 committed by John Barker
parent 5d342050a6
commit 54118d45da

View file

@ -43,7 +43,7 @@ from utils import CaptureStd
import yaml
BLACKLIST_DIRS = frozenset(('.git', 'test', '.github'))
BLACKLIST_DIRS = frozenset(('.git', 'test', '.github', '.idea'))
INDENT_REGEX = re.compile(r'([\t]*)')
BLACKLIST_IMPORTS = {
'requests': {