diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 880f4e3..b30b8db 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: types: [python, yaml, markdown] - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.20.0 + rev: v0.22.0 hooks: - id: markdownlint-cli2 args: [] @@ -33,13 +33,13 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.14.14 + rev: v0.15.9 hooks: - id: ruff args: [ --fix, --exit-non-zero-on-fix ] - repo: https://github.com/psf/black-pre-commit-mirror - rev: 26.1.0 + rev: 26.3.1 hooks: - id: black types: [python] @@ -48,7 +48,7 @@ repos: - id: black-jupyter - repo: https://github.com/kynan/nbstripout - rev: 0.9.0 + rev: 0.9.1 hooks: - id: nbstripout @@ -58,7 +58,7 @@ repos: - id: numpydoc-validation - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.19.1 + rev: v1.20.0 hooks: - id: mypy args: [--ignore-missing-imports] # default but useful to be explicit