diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8724df6..21704e0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: - id: check-yaml args: [ '--allow-multiple-documents' ] - repo: https://github.com/pappasam/toml-sort - rev: v0.23.1 + rev: v0.24.2 hooks: - id: toml-sort-fix - repo: https://github.com/pre-commit/pygrep-hooks @@ -41,7 +41,7 @@ repos: hooks: - id: isort - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.2 + rev: v0.8.1 hooks: - id: ruff args: [ '--fix' ] @@ -53,7 +53,7 @@ repos: additional_dependencies: [ 'flake8-rst-docstrings==0.3.0' ] args: [ '--config=.flake8' ] - repo: https://github.com/nbQA-dev/nbQA - rev: 1.8.7 + rev: 1.9.1 hooks: - id: nbqa-pyupgrade args: [ '--py39-plus' ] @@ -69,7 +69,7 @@ repos: additional_dependencies: [ 'black==24.10.0' ] - id: blackdoc-autoupdate-black - repo: https://github.com/kynan/nbstripout - rev: 0.8.0 + rev: 0.8.1 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.4 + rev: 0.30.0 hooks: - id: check-github-workflows - id: check-readthedocs