File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/astral-sh/ruff-pre-commit
3- rev : v0.15.9
3+ rev : v0.15.20
44 hooks :
55 - id : ruff-check
66 args : [--exit-non-zero-on-fix]
77
88 - repo : https://github.com/psf/black-pre-commit-mirror
9- rev : 26.3 .1
9+ rev : 26.5 .1
1010 hooks :
1111 - id : black
1212
2727 exclude : \.github/ISSUE_TEMPLATE\.md|\.github/PULL_REQUEST_TEMPLATE\.md
2828
2929 - repo : https://github.com/python-jsonschema/check-jsonschema
30- rev : 0.37.1
30+ rev : 0.37.4
3131 hooks :
3232 - id : check-github-workflows
3333 - id : check-renovate
@@ -38,12 +38,12 @@ repos:
3838 - id : actionlint
3939
4040 - repo : https://github.com/zizmorcore/zizmor-pre-commit
41- rev : v1.23 .1
41+ rev : v1.26 .1
4242 hooks :
4343 - id : zizmor
4444
4545 - repo : https://github.com/tox-dev/pyproject-fmt
46- rev : v2.21.0
46+ rev : v2.25.1
4747 hooks :
4848 - id : pyproject-fmt
4949
6363 - id : yamlfmt
6464
6565 - repo : https://github.com/rbubley/mirrors-prettier
66- rev : v3.8.1
66+ rev : v3.9.4
6767 hooks :
6868 - id : prettier
6969 args : [--prose-wrap=always, --print-width=88]
Original file line number Diff line number Diff line change @@ -100,15 +100,15 @@ lint.future-annotations = true
100100max_supported_python = " 3.15"
101101
102102[tool .mypy ]
103- pretty = true
104103strict = true
104+ pretty = true
105105show_error_codes = true
106106
107107[tool .pytest ]
108- minversion = " 9.0"
109108addopts = [ " --color=yes" ]
110- testpaths = [ " tests" ]
111109filterwarnings = [ " error" ]
110+ minversion = " 9.0"
111+ testpaths = [ " tests" ]
112112
113113[tool .coverage ]
114114# Regexes for lines to exclude from consideration
You can’t perform that action at this time.
0 commit comments