diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a27c8ff..8724df6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ default_language_version: repos: - repo: https://github.com/asottile/pyupgrade - rev: v3.17.0 + rev: v3.19.0 hooks: - id: pyupgrade args: [ '--py39-plus' ] @@ -41,7 +41,7 @@ repos: hooks: - id: isort - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.9 + rev: v0.7.2 hooks: - id: ruff args: [ '--fix' ] @@ -69,7 +69,7 @@ repos: additional_dependencies: [ 'black==24.10.0' ] - id: blackdoc-autoupdate-black - repo: https://github.com/kynan/nbstripout - rev: 0.7.1 + rev: 0.8.0 hooks: - id: nbstripout files: '.ipynb' @@ -85,7 +85,7 @@ repos: - id: numpydoc-validation exclude: ^docs/|^tests/ - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.3 + rev: 0.29.4 hooks: - id: check-github-workflows - id: check-readthedocs