diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7a723e1..6baacaf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,20 +14,20 @@ repos: - id: mixed-line-ending - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.18 + rev: v0.15.20 hooks: - id: ruff-check args: [--fix, --exit-non-zero-on-fix] - id: ruff-format - repo: https://github.com/oxc-project/mirrors-oxfmt - rev: v0.56.0 + rev: v0.57.0 hooks: - id: oxfmt types_or: [json, markdown, yaml] - repo: https://github.com/tombi-toml/tombi-pre-commit - rev: v1.1.5 + rev: v1.1.6 hooks: - id: tombi-format