diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 064e5d46..131da2a6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,12 +18,6 @@ repos: args: - "--max-line-length=100" - "--extend-ignore=E203" - - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.3.0" - hooks: - - id: mypy - additional_dependencies: [types-requests] - language_version: python3.8 - repo: https://github.com/srstevenson/nb-clean rev: 2.4.0 hooks: