diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9944f5bfd..ec89d26e5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -43,7 +43,7 @@ repos: - '' - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.5 + rev: v0.6.7 hooks: - id: ruff name: Run Ruff linter @@ -52,7 +52,7 @@ repos: name: Run Ruff formatter - repo: https://github.com/pycqa/pylint - rev: "v3.2.7" + rev: "v3.3.0" hooks: - id: pylint name: Check code style with pylint diff --git a/pyproject.toml b/pyproject.toml index b9dfdad8c..d874b4edb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -450,6 +450,7 @@ disable = [ # Any rule listed here can be disabled: https://github.com/astral-sh "keyword-arg-before-vararg", "protected-access", "too-many-arguments", + "too-many-positional-arguments", # New in pylint 3.3.0 "wrong-import-position", "pointless-statement", "broad-exception-caught",