diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 42bd3c5..fd414f1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: exclude: ^docs/ # type annotation - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.8.0 + rev: v1.9.0 hooks: - id: mypy exclude: ^docs/ @@ -54,6 +54,6 @@ repos: files: ^src/spgrep_modulation/ # Notebook - repo: https://github.com/nbQA-dev/nbQA - rev: 1.7.1 + rev: 1.8.4 hooks: - id: nbqa-black