File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,22 +14,22 @@ repos:
1414 - id : detect-private-key
1515
1616 - repo : https://github.com/astral-sh/ruff-pre-commit
17- rev : v0.14.13
17+ rev : v0.15.7
1818 hooks :
1919 - id : ruff
2020 args : ["--fix", "--unsafe-fixes"]
2121 - id : ruff-format
2222 - id : ruff
2323
2424 - repo : https://github.com/codespell-project/codespell
25- rev : v2.4.1
25+ rev : v2.4.2
2626 hooks :
2727 - id : codespell
2828 additional_dependencies : [tomli]
2929 exclude : pyproject.toml
3030
3131 - repo : https://github.com/igorshubovych/markdownlint-cli
32- rev : v0.47 .0
32+ rev : v0.48 .0
3333 hooks :
3434 - id : markdownlint
3535 args : ["-c", ".github/markdownlint.json"]
@@ -40,12 +40,12 @@ repos:
4040 - id : typos
4141
4242 - repo : https://github.com/tox-dev/pyproject-fmt
43- rev : v2.11.1
43+ rev : v2.20.0
4444 hooks :
4545 - id : pyproject-fmt
4646 additional_dependencies : [tox]
4747
4848 - repo : https://github.com/abravalheri/validate-pyproject
49- rev : v0.24.1
49+ rev : v0.25
5050 hooks :
5151 - id : validate-pyproject
You can’t perform that action at this time.
0 commit comments