diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9842b40..0da6fde 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,7 +38,6 @@ repos: rev: v1.8.0 hooks: - id: mypy - additional_dependencies: [types-all] exclude: ^testing/resources/ - repo: https://github.com/psf/black rev: 24.4.2