Skip to content

Commit 657158b

Browse files
committed
Update pre-commit
1 parent bb39067 commit 657158b

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.6.9
3+
rev: v0.7.0
44
hooks:
55
- id: ruff
66
args: [--exit-non-zero-on-fix]
@@ -26,7 +26,7 @@ repos:
2626
- id: trailing-whitespace
2727

2828
- repo: https://github.com/python-jsonschema/check-jsonschema
29-
rev: 0.29.3
29+
rev: 0.29.4
3030
hooks:
3131
- id: check-github-workflows
3232
- id: check-renovate
@@ -37,12 +37,12 @@ repos:
3737
- id: actionlint
3838

3939
- repo: https://github.com/tox-dev/pyproject-fmt
40-
rev: 2.2.4
40+
rev: 2.4.3
4141
hooks:
4242
- id: pyproject-fmt
4343

4444
- repo: https://github.com/abravalheri/validate-pyproject
45-
rev: v0.20.2
45+
rev: v0.21
4646
hooks:
4747
- id: validate-pyproject
4848

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,6 @@ lint.flake8-import-conventions.banned-from = [ "datetime" ]
9191
lint.isort.known-first-party = [ "tinytext" ]
9292
lint.isort.required-imports = [ "from __future__ import annotations" ]
9393

94-
[tool.pyproject-fmt]
95-
max_supported_python = "3.13"
96-
9794
[tool.pytest.ini_options]
9895
filterwarnings = [
9996
# Python <= 3.11

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ commands =
4040

4141
[testenv:mypy]
4242
deps =
43-
mypy==1.11.2
43+
mypy==1.12
4444
commands =
4545
mypy . {posargs}

0 commit comments

Comments
 (0)