diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 68d9e88..1857adc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,12 +12,12 @@ repos: exclude: ".*(data.*|extern.*|licenses.*|.*.fits)$" - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.1.0 + rev: 25.11.0 hooks: - id: black - repo: https://github.com/scientific-python/cookie - rev: 2025.05.02 + rev: 2025.11.10 hooks: - id: sp-repo-review @@ -30,7 +30,7 @@ repos: - tomli - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.12.9" + rev: "v0.14.4" hooks: - id: ruff args: ["--fix", "--show-fixes"]