Skip to content

Commit 34a3af8

Browse files
committed
Disable pylint old-style-class
1 parent d00ec10 commit 34a3af8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .pylintrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ confidence=
5757
disable=fixme,
5858
missing-docstring,
5959
invalid-name,
60-
too-many-lines
60+
too-many-lines,
61+
old-style-class
6162
# Enable the message, report, category or checker with the given id(s). You can
6263
# either give multiple identifier separated by comma (,) or put this option
6364
# multiple time (only on the command line, not in the configuration file where

0 commit comments

Comments
 (0)