File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -319,12 +319,6 @@ max-line-length=100
319
319
# Maximum number of lines in a module
320
320
max-module-lines =1000
321
321
322
- # List of optional constructs for which whitespace checking is disabled. `dict-
323
- # separator` is used to allow tabulation in dicts, etc.: {1 : 1,\n222: 2}.
324
- # `trailing-comma` allows a space between comma and closing bracket: (a, ).
325
- # `empty-line` allows space-only lines.
326
- no-space-check =trailing-comma,
327
- dict-separator
328
322
329
323
# Allow the body of a class to be on the same line as the declaration if body
330
324
# contains single statement.
@@ -475,4 +469,4 @@ known-third-party=enchant
475
469
476
470
# Exceptions that will emit a warning when being caught. Defaults to
477
471
# "Exception"
478
- overgeneral-exceptions =Exception
472
+ overgeneral-exceptions =builtins. Exception
You can’t perform that action at this time.
0 commit comments