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
319319# Maximum number of lines in a module
320320max-module-lines =1000
321321
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
328322
329323# Allow the body of a class to be on the same line as the declaration if body
330324# contains single statement.
@@ -475,4 +469,4 @@ known-third-party=enchant
475469
476470# Exceptions that will emit a warning when being caught. Defaults to
477471# "Exception"
478- overgeneral-exceptions =Exception
472+ overgeneral-exceptions =builtins. Exception
You can’t perform that action at this time.
0 commit comments