diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4ddabac..55c68e8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,7 +35,7 @@ repos: #args: ["--write-changes"] - repo: https://github.com/JoC0de/pre-commit-prettier - rev: v3.6.2 # v3.6.2 using SHA as tags are not persistent + rev: v3.7.3 # v3.6.2 using SHA as tags are not persistent hooks: - id: prettier files: \.(json|yml|yaml|toml) @@ -43,7 +43,7 @@ repos: args: ["--print-width=120"] - repo: https://github.com/executablebooks/mdformat - rev: 0.7.22 + rev: 1.0.0 hooks: - id: mdformat args: ["--number"] @@ -54,7 +54,7 @@ repos: exclude: CHANGELOG.md - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.13.3 + rev: v0.14.7 hooks: - id: ruff args: ["--fix"]