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.*"