Skip to content

Commit

Permalink
Remove obsolete pylint options
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Gilbert <[email protected]>
  • Loading branch information
floppym committed Sep 23, 2024
1 parent 7b7b261 commit 38ff9e6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions lib/portage/util/whirlpool.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
##
# This Python implementation is therefore also placed in the public domain.

# pylint: disable=mixed-indentation

import warnings

from portage.localization import _
Expand Down
7 changes: 0 additions & 7 deletions pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -219,13 +219,6 @@ max-line-length=100
# Maximum number of lines in a module.
max-module-lines=10000

# 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
Expand Down

0 comments on commit 38ff9e6

Please sign in to comment.