diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8f41aa7..6bcbd8f 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.15 + rev: v0.15.16 hooks: - id: ruff-check args: [--fix, --exit-non-zero-on-fix] - id: ruff-format - repo: https://github.com/oxc-project/mirrors-oxfmt - rev: v0.53.0 + rev: v0.54.0 hooks: - id: oxfmt types_or: [json, markdown, yaml] - repo: https://github.com/tombi-toml/tombi-pre-commit - rev: v1.1.1 + rev: v1.1.2 hooks: - id: tombi-format