Skip to content

Commit b59e031

Browse files
authored
[pre-commit.ci] pre-commit autoupdate (#9288)
2 parents e36e670 + 666dd52 commit b59e031

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 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.13.3
3+
rev: v0.14.3
44
hooks:
55
- id: ruff-check
66
args: [--exit-non-zero-on-fix]
@@ -51,24 +51,24 @@ repos:
5151
exclude: ^.github/.*TEMPLATE|^Tests/(fonts|images)/|\.patch$
5252

5353
- repo: https://github.com/python-jsonschema/check-jsonschema
54-
rev: 0.34.0
54+
rev: 0.34.1
5555
hooks:
5656
- id: check-github-workflows
5757
- id: check-readthedocs
5858
- id: check-renovate
5959

6060
- repo: https://github.com/zizmorcore/zizmor-pre-commit
61-
rev: v1.14.2
61+
rev: v1.16.2
6262
hooks:
6363
- id: zizmor
6464

6565
- repo: https://github.com/sphinx-contrib/sphinx-lint
66-
rev: v1.0.0
66+
rev: v1.0.1
6767
hooks:
6868
- id: sphinx-lint
6969

7070
- repo: https://github.com/tox-dev/pyproject-fmt
71-
rev: v2.7.0
71+
rev: v2.11.0
7272
hooks:
7373
- id: pyproject-fmt
7474

@@ -79,7 +79,7 @@ repos:
7979
additional_dependencies: [trove-classifiers>=2024.10.12]
8080

8181
- repo: https://github.com/tox-dev/tox-ini-fmt
82-
rev: 1.6.0
82+
rev: 1.7.0
8383
hooks:
8484
- id: tox-ini-fmt
8585

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ lint.ignore = [
189189
"PT012", # pytest-raises-with-multiple-statements
190190
"PT017", # pytest-assert-in-except
191191
"PYI034", # flake8-pyi: typing.Self added in Python 3.11
192-
"UP038", # pyupgrade: deprecated rule
193192
]
194193
lint.per-file-ignores."Tests/oss-fuzz/fuzz_font.py" = [
195194
"I002",

0 commit comments

Comments
 (0)