From 236ca091ab5b00de9e22231f387772cd586dd8e2 Mon Sep 17 00:00:00 2001 From: correctmost <134317971+correctmost@users.noreply.github.com> Date: Wed, 28 Aug 2024 15:14:16 -0400 Subject: [PATCH] Try to get pre-commit CI checks to pass --- .pre-commit-config.yaml | 6 +----- pyproject.toml | 1 - 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d8c49754d8..3b0d9bb726 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -58,14 +58,10 @@ repos: rev: v1.11.2 hooks: - id: mypy - name: mypy - entry: mypy language: python - types: [python] - args: ["--config-file=pyproject.toml"] + pass_filenames: false require_serial: true additional_dependencies: ["types-typed-ast"] - exclude: tests/testdata - repo: https://github.com/pre-commit/mirrors-prettier rev: v4.0.0-alpha.8 hooks: diff --git a/pyproject.toml b/pyproject.toml index b3243a36b3..55c7ca9412 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,6 @@ always_false = [ ] disallow_any_decorated = true disallow_any_explicit = true -follow_imports = "silent" scripts_are_modules = true show_error_codes = true strict = true