File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 22
33repos :
44 - repo : https://github.com/pre-commit/pre-commit-hooks
5- rev : v4.4 .0
5+ rev : v6.0 .0
66 hooks :
77 - id : trailing-whitespace
88 - id : end-of-file-fixer
@@ -11,21 +11,21 @@ repos:
1111 - id : check-toml
1212 - id : debug-statements
1313 - repo : https://github.com/lsst-ts/pre-commit-xmllint
14- rev : v1.0.0
14+ rev : 6f36260b537bf9a42b6ea5262c915ae50786296e
1515 hooks :
1616 - id : format-xmllint
1717 - repo : https://github.com/macisamuele/language-formatters-pre-commit-hooks
18- rev : v2.12 .0
18+ rev : v2.15 .0
1919 hooks :
2020 - id : pretty-format-toml
2121 args : ["--autofix", "--no-sort"]
2222 - repo : https://github.com/abravalheri/validate-pyproject
23- rev : v0.16
23+ rev : v0.24.1
2424 hooks :
2525 - id : validate-pyproject
2626 additional_dependencies : ["validate-pyproject-schema-store[all]"]
2727 - repo : https://github.com/pre-commit/mirrors-mypy
28- rev : " v1.4 .1"
28+ rev : " v1.17 .1"
2929 hooks :
3030 - id : mypy
3131 additional_dependencies :
@@ -37,12 +37,12 @@ repos:
3737 types-requests,
3838 ]
3939 - repo : https://github.com/psf/black
40- rev : " 22.10 .0"
40+ rev : " 25.1 .0"
4141 hooks :
4242 - id : black
4343 - repo : https://github.com/astral-sh/ruff-pre-commit
4444 # Ruff version.
45- rev : v0.0.278
45+ rev : v0.12.12
4646 hooks :
4747 - id : ruff
4848 args : [--fix, --exit-non-zero-on-fix]
You can’t perform that action at this time.
0 commit comments