Skip to content

Commit 2136eee

Browse files
committed
Disable superflous-parens pylint.
1 parent e0069a9 commit 2136eee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.pylintrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ disable=fixme,
5858
missing-docstring,
5959
invalid-name,
6060
too-many-lines,
61-
old-style-class
61+
old-style-class,
62+
superfluous-parens
63+
6264
# Enable the message, report, category or checker with the given id(s). You can
6365
# either give multiple identifier separated by comma (,) or put this option
6466
# multiple time (only on the command line, not in the configuration file where

0 commit comments

Comments
 (0)