Cleanup: pep8

This commit is contained in:
Campbell Barton
2016-07-30 18:15:16 +10:00
parent 6e9ad094b2
commit 8018f5bd35
13 changed files with 73 additions and 68 deletions

View File

@@ -25,13 +25,13 @@
CHECKER_IGNORE_PREFIX = [
"extern",
"intern/moto",
]
]
CHECKER_BIN = "smatch"
CHECKER_ARGS = [
"--full-path",
"--two-passes",
]
]
import project_source_info
import subprocess