File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed
Expand file tree Collapse file tree 3 files changed +5
-8
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.6.9
3+ rev : v0.7.0
44 hooks :
55 - id : ruff
66 args : [--exit-non-zero-on-fix]
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
Original file line number Diff line number Diff line change @@ -91,9 +91,6 @@ lint.flake8-import-conventions.banned-from = [ "datetime" ]
9191lint.isort.known-first-party = [ " tinytext" ]
9292lint.isort.required-imports = [ " from __future__ import annotations" ]
9393
94- [tool .pyproject-fmt ]
95- max_supported_python = " 3.13"
96-
9794[tool .pytest .ini_options ]
9895filterwarnings = [
9996 # Python <= 3.11
Original file line number Diff line number Diff line change @@ -40,6 +40,6 @@ commands =
4040
4141[testenv:mypy]
4242deps =
43- mypy ==1.11.2
43+ mypy ==1.12
4444commands =
4545 mypy . {posargs}
You can’t perform that action at this time.
0 commit comments