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.12.7
3+ rev : v0.14.10
44 hooks :
55 - id : ruff
66 args : [--fix]
77 - id : ruff-format
88 - repo : https://github.com/pre-commit/pre-commit-hooks
9- rev : v5 .0.0
9+ rev : v6 .0.0
1010 hooks :
1111 - id : check-added-large-files
1212 - id : check-ast
3434 hooks :
3535 - id : check-useless-excludes
3636 - repo : https://github.com/python-jsonschema/check-jsonschema
37- rev : 0.33.2
37+ rev : 0.36.0
3838 hooks :
3939 - id : check-jsonschema
4040 name : " Check prefpicker template schema"
Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ deps =
3737commands =
3838 mypy --install-types --non-interactive {posargs}
3939deps =
40- mypy ==v1.17 .1
40+ mypy ==v1.19 .1
4141usedevelop = true
4242
4343[testenv:pylint]
4444commands =
4545 pylint {posargs}
4646deps =
47- pylint ==3.3.7
47+ pylint ==4.0.4
4848usedevelop = true
You can’t perform that action at this time.
0 commit comments