Compare commits

..

1 Commits

Author SHA1 Message Date
a3d207fab8 chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.14.13
Some checks failed
Lint / pre-commit Linting (push) Failing after 13m54s
2026-01-15 23:45:49 +00:00

View File

@@ -30,7 +30,7 @@ repos:
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/psf/black
rev: 26.1.0
rev: 25.12.0
hooks:
- id: black
args: [--config=pyproject.toml]
@@ -39,7 +39,7 @@ repos:
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.16.0
rev: v2.15.0
hooks:
- id: pretty-format-ini
args: [--autofix]