diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 154548d..ff7d1f9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,11 +18,5 @@ repos: args: - "--max-line-length=100" - "--extend-ignore=E203" - - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v0.991" - hooks: - - id: mypy - additional_dependencies: [types-requests] - language_version: python3.8 default_language_version: python: python3