Skip to content

Commit 80d4f0b

Browse files
committed
Remove obsolete pylint options
Signed-off-by: Mike Gilbert <[email protected]>
1 parent f649b64 commit 80d4f0b

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

Diff for: lib/portage/util/whirlpool.py

-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
##
2929
# This Python implementation is therefore also placed in the public domain.
3030

31-
# pylint: disable=mixed-indentation
32-
3331
import warnings
3432

3533
from portage.localization import _

Diff for: pylintrc

-7
Original file line numberDiff line numberDiff line change
@@ -219,13 +219,6 @@ max-line-length=100
219219
# Maximum number of lines in a module.
220220
max-module-lines=10000
221221

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-
229222
# Allow the body of a class to be on the same line as the declaration if body
230223
# contains single statement.
231224
single-line-class-stmt=no

0 commit comments

Comments
 (0)