diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4ddabac..b04b122 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,14 +28,14 @@ repos: - id: python-use-type-annotations - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell additional_dependencies: [tomli] #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.8.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.15.12 hooks: - id: ruff args: ["--fix"]