There was an error while loading. Please reload this page.
1 parent 821d7a8 commit 02e1014Copy full SHA for 02e1014
2 files changed
setup.py
@@ -59,6 +59,7 @@ def run(self):
59
print("running pycodestyle")
60
style_guide = pycodestyle.StyleGuide(
61
config_file='tox.ini',
62
+ format="pylint",
63
paths=files,
64
)
65
style_guide.options.exclude = pycodestyle.normalize_paths(
tox.ini
@@ -22,8 +22,6 @@ omit =
22
23
24
[pycodestyle]
25
-format = pylint
26
-
27
# [E125] Continuation indent isn't different from next block
28
# [E128] Not indented for visual style
29
# [E129] visually indented line with same indent as next logical line
0 commit comments