File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 11repos :
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
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
Original file line number Diff line number Diff 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]
194193lint.per-file-ignores."Tests/oss-fuzz/fuzz_font.py" = [
195194 " I002" ,
You can’t perform that action at this time.
0 commit comments