diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b258f54..ec62867 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,14 +14,14 @@ repos: - id: mixed-line-ending - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.20 + rev: v0.15.21 hooks: - id: ruff-check args: [--fix, --exit-non-zero-on-fix] - id: ruff-format - repo: https://github.com/oxc-project/mirrors-oxfmt - rev: v0.58.0 + rev: v0.59.0 hooks: - id: oxfmt types_or: [json, markdown, yaml]