Skip to content

Commit ac1292a

Browse files
committed
Remove pylint unrecognized option
1 parent 7935c5e commit ac1292a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.pylintrc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -395,12 +395,6 @@ max-line-length=100
395395
# Maximum number of lines in a module.
396396
max-module-lines=1000
397397

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
404398

405399
# Allow the body of a class to be on the same line as the declaration if body
406400
# contains single statement.

0 commit comments

Comments
 (0)