Compare commits

...

2 commits

Author SHA1 Message Date
renovate[bot]
e1b6256299
chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.13.0 (#1988)
Some checks are pending
mypy / mypy (push) Waiting to run
Pre-commit check / pre-commit (push) Waiting to run
Distribution / Build packages (push) Waiting to run
Distribution / Publish release to PyPI (push) Blocked by required conditions
Distribution / Create release on GitHub (push) Blocked by required conditions
Languages / lint (push) Waiting to run
Update generated files / submodule-update (push) Waiting to run
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-10 18:28:02 +00:00
renovate[bot]
f72ba1f69c
chore(deps): update pre-commit hook pappasam/toml-sort to v0.24.3 (#1987)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-10 05:03:34 +00:00

View file

@ -24,7 +24,7 @@ repos:
hooks:
- id: yamllint
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.12.12
rev: v0.13.0
hooks:
- id: ruff-check
args:
@ -66,7 +66,7 @@ repos:
hooks:
- id: validate-pyproject
- repo: https://github.com/pappasam/toml-sort
rev: v0.24.2
rev: v0.24.3
hooks:
- id: toml-sort-fix
- repo: https://github.com/codespell-project/codespell