diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ed7f737..5cc4640 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.16.4 + rev: v0.16.7 hooks: - id: ruff-check args: [--fix, --exit-non-zero-on-fix] - id: ruff-format - repo: https://github.com/oxc-project/mirrors-oxfmt - rev: v0.65.0 + rev: v0.67.0 hooks: - id: oxfmt types_or: [json, markdown, yaml] - repo: https://github.com/tombi-toml/tombi-pre-commit - rev: v1.4.1 + rev: v1.5.5 hooks: - id: tombi-format