Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 11, 2024
1 parent 02ed7e1 commit 26c07ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,3 @@ jobs:
python-version: 3.x
- uses: astral-sh/setup-uv@v2
- run: uvx mypy src

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.*"
Expand Down

0 comments on commit 26c07ed

Please sign in to comment.