Skip to content

Commit

Permalink
Remove now useless pylint suppressions of C0326 and C0330
Browse files Browse the repository at this point in the history
Fixes pylint meta-errors R0022 'useless-option-value':

    pyproject.toml:1:0: R0022: Useless option value for '--disable',
    'C0330' was removed from pylint, see
    pylint-dev/pylint#3571.
    (useless-option-value)

    pyproject.toml:1:0: R0022: Useless option value for '--disable',
    'C0326' was removed from pylint, see
    pylint-dev/pylint#3577.
    (useless-option-value)
  • Loading branch information
gertvdijk authored and Nicoretti committed Oct 1, 2023
1 parent ea4ef96 commit 3fee410
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ fail-under = 9.0
max-line-length = 88
max-module-lines = 800

[tool.pylint.message_control]
disable = "C0330, C0326"

[tool.black]
line-length = 88
verbose = true
Expand Down

0 comments on commit 3fee410

Please sign in to comment.