From 26c07edc336b5f94447c5e45e4b94502ef20b669 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 06:52:14 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .github/workflows/ci.yaml | 1 - pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c58047d..238e998 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -109,4 +109,3 @@ jobs: python-version: 3.x - uses: astral-sh/setup-uv@v2 - run: uvx mypy src - diff --git a/pyproject.toml b/pyproject.toml index c9e78a5..2a501f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,7 @@ plugins = [ "covdefaults" ] strict = true pretty = true python_version = "3.9" -enable_error_code = ["ignore-without-code"] +enable_error_code = [ "ignore-without-code" ] [[tool.mypy.overrides]] module = "tests.*"