Skip to content

Commit bbeb110

Browse files
committed
style(pylint): bring config closer to --generate-rcfile output
1 parent d78c08e commit bbeb110

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ follow_imports = skip
6262
exclude_lines =
6363
if __name__ == .__main__.:
6464

65-
[pylint.MASTER]
65+
[pylint.MAIN]
66+
fail-on = I
6667
load-plugins =
6768
pylint.extensions.check_elif,
6869
pylint.extensions.code_style,
@@ -75,7 +76,6 @@ load-plugins =
7576
pylint.extensions.redefined_loop_name,
7677
persistent = no
7778
py-version = 3.3
78-
fail-on = I
7979
[pylint.MESSAGES CONTROL]
8080
disable =
8181
format, # handled by black

0 commit comments

Comments
 (0)