diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4f3c2ee7..95ae2bf8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,11 +32,3 @@ repos: hooks: - id: flake8 entry: poetry run flake8 - - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.971 - hooks: - - id: mypy - name: mypy - entry: poetry run mypy - args: [--ignore-missing-imports] - additional_dependencies: [types-mock, types-protobuf]