diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7168f9b1..ab8ada55 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: args: [ --update, --no-build-isolation ] additional_dependencies: [ setuptools-scm ] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.7.0 + rev: v1.7.1 hooks: - id: mypy files: src @@ -60,7 +60,7 @@ repos: # Notebook formatting - repo: https://github.com/nbQA-dev/nbQA - rev: 1.7.0 + rev: 1.7.1 hooks: - id: nbqa-isort additional_dependencies: [ isort==5.6.4 ] @@ -93,7 +93,7 @@ repos: - id: rm-unneeded-f-str - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.27.1 + rev: 0.27.2 hooks: - id: check-github-workflows - id: check-github-actions