diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6a02f5113..28f529c6f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,16 +29,15 @@ repos: - id: prettier types_or: [markdown, yaml] - - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.8.0" - hooks: - - id: mypy - additional_dependencies: [types-requests] - args: [--ignore-missing-imports] - - repo: https://github.com/astral-sh/ruff-pre-commit rev: "v0.1.9" hooks: - id: ruff args: [--fix] - id: ruff-format + + - repo: https://github.com/pre-commit/mirrors-mypy + rev: "v1.8.0" + hooks: + - id: mypy + additional_dependencies: [types-requests]