diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9cd954c..6b24ae1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,18 +20,18 @@ repos: - id: sort-simple-yaml - id: trailing-whitespace - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.1 hooks: - id: codespell additional_dependencies: ["tomli"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.9 + rev: v0.9.6 hooks: - id: ruff args: [ --fix ] - id: ruff-format - repo: https://github.com/executablebooks/mdformat - rev: 0.7.18 + rev: 0.7.22 hooks: - id: mdformat args: ["--wrap=80"]