diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ecd414aa..931d4f9f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -49,7 +49,7 @@ repos: - id: rst-inline-touching-normal - id: text-unicode-replacement-char - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.14 + rev: v0.15.4 hooks: - id: ruff-check args: [ '--fix', '--show-fixes' ] @@ -75,7 +75,7 @@ repos: args: [ '--py39-plus' ] additional_dependencies: [ 'pyupgrade==3.21.2' ] - repo: https://github.com/kynan/nbstripout - rev: 0.9.0 + rev: 0.9.1 hooks: - id: nbstripout files: ".ipynb" @@ -92,7 +92,7 @@ repos: - id: numpydoc-validation exclude: "^docs/|^tests/" - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.36.1 + rev: 0.37.0 hooks: - id: check-github-workflows - id: check-readthedocs