|
@@ -244,13 +244,6 @@ max-line-length=119
|
|
|
# Maximum number of lines in a module.
|
|
|
max-module-lines=1000
|
|
|
|
|
|
-# List of optional constructs for which whitespace checking is disabled. `dict-
|
|
|
-# separator` is used to allow tabulation in dicts, etc.: {1 : 1,\n222: 2}.
|
|
|
-# `trailing-comma` allows a space between comma and closing bracket: (a, ).
|
|
|
-# `empty-line` allows space-only lines.
|
|
|
-no-space-check=trailing-comma,
|
|
|
- dict-separator
|
|
|
-
|
|
|
# Allow the body of a class to be on the same line as the declaration if body
|
|
|
# contains single statement.
|
|
|
single-line-class-stmt=no
|