diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 44297f3..8470b71 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.1 + rev: v0.16.3 hooks: - id: ruff-check args: [--fix, --exit-non-zero-on-fix] - id: ruff-format - repo: https://github.com/oxc-project/mirrors-oxfmt - rev: v0.61.0 + rev: v0.63.0 hooks: - id: oxfmt types_or: [json, markdown, yaml] - repo: https://github.com/tombi-toml/tombi-pre-commit - rev: v1.2.6 + rev: v1.4.0 hooks: - id: tombi-format