diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b1d7b71d..b367f42f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: hooks: - id: black-jupyter - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.15.20" + rev: "v0.16.6" hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] diff --git a/pyproject.toml b/pyproject.toml index d55864ca..06ab81ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,6 +59,7 @@ ignore = [ "PLR0911", # Allow many return statements "PLR0913", # Allow many arguments to functions "PLR0915", # Allow many statements + "PLR0917", # Allow many positional arguments to functions "PLR2004", # Allow magic numbers in comparisons "B905", # Allow zip() without explicit `strict=` parameter "UP047", # PEP 695 type params require Python 3.12+; project supports 3.11+