We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7935c5e commit ac1292aCopy full SHA for ac1292a
.pylintrc
@@ -395,12 +395,6 @@ max-line-length=100
395
# Maximum number of lines in a module.
396
max-module-lines=1000
397
398
-# List of optional constructs for which whitespace checking is disabled. `dict-
399
-# separator` is used to allow tabulation in dicts, etc.: {1 : 1,\n222: 2}.
400
-# `trailing-comma` allows a space between comma and closing bracket: (a, ).
401
-# `empty-line` allows space-only lines.
402
-no-space-check=trailing-comma,
403
- dict-separator
404
405
# Allow the body of a class to be on the same line as the declaration if body
406
# contains single statement.
0 commit comments