Add blacklist/ignore for .idea dir.

reviewable/pr18001/r7
Matt Clay 10 years ago committed by John Barker
parent 5d342050a6
commit 54118d45da

@ -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': {

Loading…
Cancel
Save