diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 13ec65e..6f2c555 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: args: [ --max-line-length, '120' , --ignore, 'E,W'] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.20.2 + rev: v2.0.0 hooks: - id: mypy args: [ --ignore-missing-imports, --check-untyped-defs, --disallow-incomplete-defs ]