Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#424)
Browse files Browse the repository at this point in the history
updates:
- [github.com/pylint-dev/pylint: v3.2.7 → v3.3.0](pylint-dev/pylint@v3.2.7...v3.3.0)

Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
  • Loading branch information
pre-commit-ci[bot] and Pierre-Sassoulas authored Sep 30, 2024
1 parent 786a679 commit 0d6238d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ repos:
- id: flake8
exclude: *test-data
- repo: https://github.com/pylint-dev/pylint
rev: v3.2.7
rev: v3.3.1
hooks:
- id: pylint
exclude: *test-data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class BooleanOptionalAction(argparse.Action):
This action class is only available in 3.9+. Hence the need to backport it.
"""

# pylint: disable-next=too-many-arguments
# pylint: disable-next=too-many-arguments,too-many-positional-arguments
def __init__(
self,
option_strings: Sequence[str],
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ ignore_missing_imports = true
load-plugins=[
"pylint.extensions.check_elif",
"pylint.extensions.code_style",
"pylint.extensions.comparetozero",
"pylint.extensions.confusing_elif",
"pylint.extensions.docparams",
"pylint.extensions.docstyle",
Expand Down

0 comments on commit 0d6238d

Please sign in to comment.