diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1ea6a4a..9b86075 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,7 +40,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.14.3" + rev: "v0.14.4" hooks: - id: ruff-check types: [file, python] @@ -80,7 +80,7 @@ repos: - id: validate-pyproject - repo: https://github.com/scientific-python/cookie - rev: 2025.10.20 + rev: 2025.11.10 hooks: - id: sp-repo-review additional_dependencies: ["repo-review[cli]"] diff --git a/pyproject.toml b/pyproject.toml index 1fa3779..514f55e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -113,6 +113,8 @@ ignore = [ "PC170", # Uses PyGrep hooks # https://learn.scientific-python.org/development/guides/style/#PC180 "PC180", # Uses prettier + # https://learn.scientific-python.org/development/guides/packaging-simple#PP006 + "PP006", # Uses dev dependency group # https://learn.scientific-python.org/development/guides/gha-basic/ "GH", # TODO: switch to GitHub Actions