diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3137c48..68bed47 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: "v5.0.0" + rev: "v6.0.0" hooks: - id: check-case-conflict - id: check-merge-conflict @@ -20,7 +20,7 @@ repos: additional_dependencies: [mdformat-gfm, mdformat-frontmatter, mdformat-footnote] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.11.9" + rev: "v0.13.2" hooks: - id: ruff args: [--exit-non-zero-on-fix]