File tree 2 files changed +0
-9
lines changed
2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 28
28
##
29
29
# This Python implementation is therefore also placed in the public domain.
30
30
31
- # pylint: disable=mixed-indentation
32
-
33
31
import warnings
34
32
35
33
from portage .localization import _
Original file line number Diff line number Diff line change @@ -219,13 +219,6 @@ max-line-length=100
219
219
# Maximum number of lines in a module.
220
220
max-module-lines =10000
221
221
222
- # List of optional constructs for which whitespace checking is disabled. `dict-
223
- # separator` is used to allow tabulation in dicts, etc.: {1 : 1,\n222: 2}.
224
- # `trailing-comma` allows a space between comma and closing bracket: (a, ).
225
- # `empty-line` allows space-only lines.
226
- no-space-check =trailing-comma,
227
- dict-separator
228
-
229
222
# Allow the body of a class to be on the same line as the declaration if body
230
223
# contains single statement.
231
224
single-line-class-stmt =no
You can’t perform that action at this time.
0 commit comments