diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d45df72..f018ab4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.5.1 + rev: v1.6.0 hooks: - id: mypy additional_dependencies: @@ -73,6 +73,6 @@ repos: - id: isort args: ["--profile", "black"] - repo: https://github.com/crate-ci/typos - rev: v1.16.17 + rev: v1.16.19 hooks: - id: typos