Skip to content

Commit 8c7f52c

Browse files
ci(deps-dev): pre-commit autoupdate (#353)
<!--pre-commit.ci start--> updates: - [github.com/tox-dev/pyproject-fmt: v2.21.1 → v2.23.0](tox-dev/pyproject-fmt@v2.21.1...v2.23.0) - [github.com/astral-sh/ruff-pre-commit: v0.15.12 → v0.15.15](astral-sh/ruff-pre-commit@v0.15.12...v0.15.15) - [github.com/astral-sh/uv-pre-commit: 0.11.8 → 0.11.17](astral-sh/uv-pre-commit@0.11.8...0.11.17) <!--pre-commit.ci end--> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 16964fe commit 8c7f52c

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ repos:
1818
- id: trailing-whitespace
1919

2020
- repo: https://github.com/tox-dev/pyproject-fmt
21-
rev: "v2.21.1"
21+
rev: "v2.23.0"
2222
hooks:
2323
- id: pyproject-fmt
2424

2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: "v0.15.12"
26+
rev: "v0.15.15"
2727
hooks:
2828
- id: ruff-check
2929
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
@@ -40,7 +40,7 @@ repos:
4040
- pyjson5==2.0.0
4141

4242
- repo: https://github.com/astral-sh/uv-pre-commit
43-
rev: "0.11.8"
43+
rev: "0.11.17"
4444
hooks:
4545
- id: uv-lock
4646
- id: uv-sync

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,12 @@ pydocstyle.convention = "google"
9393
table_format = "long"
9494

9595
[tool.mypy]
96-
enable_error_code = [ "ignore-without-code", "redundant-expr", "truthy-bool" ]
97-
strict = true
9896
warn_redundant_casts = true
97+
warn_unused_ignores = true
9998
warn_unreachable = true
99+
enable_error_code = [ "ignore-without-code", "redundant-expr", "truthy-bool" ]
100+
strict = true
100101
warn_unused_configs = true
101-
warn_unused_ignores = true
102102

103103
[tool.pytest]
104104
addopts = [ "-v", "-ra" ]

0 commit comments

Comments
 (0)