diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b233d02..e9e2a8f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,13 +14,13 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/executablebooks/mdformat - rev: 0.7.22 + rev: 1.0.0 hooks: - id: mdformat additional_dependencies: [mdformat-gfm, mdformat-frontmatter, mdformat-footnote] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.13.3" + rev: "v0.14.9" hooks: - id: ruff args: [--exit-non-zero-on-fix]