Skip to content

Commit 2b88c0a

Browse files
authored
Update .pylintrc - disable new check from 2.6.0 (#132)
This is a quick fix for issue #130. Rules should be enabled with respective code refactoring.
1 parent 8b03265 commit 2b88c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pylintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ confidence=
6565
# --enable=similarities". If you want to run only the classes checker, but have
6666
# no Warning level messages displayed, use"--disable=all --enable=classes
6767
# --disable=W"
68-
disable=locally-disabled
68+
disable=locally-disabled, super-with-arguments, raise-missing-from
6969

7070

7171
[REPORTS]

0 commit comments

Comments
 (0)