diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c7328e2..c1a0b7c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: args: - --select=A,B,C,E,F,I,PL,RUF,UP,W - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.7.0 + rev: v1.7.1 hooks: - id: mypy # By default, mypy will run with mypy --ignore-missing-imports,