diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 065b910..fcf6496 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,8 +35,3 @@ repos: entry: ruff language: system files: "py$" - - id: mypy - name: mypy - entry: mypy - language: system - files: "py$"