File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,24 +19,24 @@ repos:
1919 - id : trailing-whitespace
2020
2121 - repo : https://github.com/tox-dev/pyproject-fmt
22- rev : v2.6 .0
22+ rev : v2.11 .0
2323 hooks :
2424 - id : pyproject-fmt
2525
2626 - repo : https://github.com/tox-dev/tox-toml-fmt
27- rev : v1.0 .0
27+ rev : v1.2 .0
2828 hooks :
2929 - id : tox-toml-fmt
3030
3131 - repo : https://github.com/astral-sh/ruff-pre-commit
32- rev : v0.13 .1
32+ rev : v0.14 .1
3333 hooks :
3434 - id : ruff-check
3535 args : [--fix, --exit-non-zero-on-fix]
3636 - id : ruff-format
3737
3838 - repo : https://github.com/astral-sh/uv-pre-commit
39- rev : 0.8.19
39+ rev : 0.9.3
4040 hooks :
4141 - id : uv-lock
4242
Original file line number Diff line number Diff line change 1+ Update pre-commit hooks.
Original file line number Diff line number Diff line change @@ -16,24 +16,24 @@ repos:
1616 - id: trailing-whitespace
1717
1818 - repo: https://github.com/tox-dev/pyproject-fmt
19- rev: v2.6 .0
19+ rev: v2.11 .0
2020 hooks:
2121 - id: pyproject-fmt
2222{% if tasks == 'tox' %}
2323 - repo: https://github.com/tox-dev/tox-toml-fmt
24- rev: v1.0 .0
24+ rev: v1.2 .0
2525 hooks:
2626 - id: tox-toml-fmt
2727{% endif %}
2828 - repo: https://github.com/astral-sh/ruff-pre-commit
29- rev: v0.13 .1
29+ rev: v0.14 .1
3030 hooks:
3131 - id: ruff-check
3232 args: [--fix, --exit-non-zero-on-fix]
3333 - id: ruff-format
3434
3535 - repo: https://github.com/astral-sh/uv-pre-commit
36- rev: 0.8.19
36+ rev: 0.9.3
3737 hooks:
3838 - id: uv-lock
3939
5151 - id: mdformat
5252 exclude: ^docs/
5353 additional_dependencies:
54- - black==25.1 .0
54+ - black==25.9 .0
5555 - mdformat-black
5656 - mdformat-gfm
5757 - id: mdformat
You can’t perform that action at this time.
0 commit comments