File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.11.0
19+ rev: v2.11.1
2020 hooks:
2121 - id: pyproject-fmt
2222{% if tasks == 'tox' %}
2323 - repo: https://github.com/tox-dev/tox-toml-fmt
24- rev: v1.2.0
24+ rev: v1.2.1
2525 hooks:
2626 - id: tox-toml-fmt
2727{% endif %}
2828 - repo: https://github.com/astral-sh/ruff-pre-commit
29- rev: v0.14.1
29+ rev: v0.14.5
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.9.3
36+ rev: 0.9.9
3737 hooks:
3838 - id: uv-lock
3939
4545 - tomli
4646
4747 - repo: https://github.com/hukkin/mdformat
48- rev: 0.7.22
48+ rev: 1.0.0
4949 hooks:
5050 - id: mdformat
5151{% - if docs == 'mkdocs' %}
You can’t perform that action at this time.
0 commit comments