diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 939ad1d..d4a05cc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: additional_dependencies: ["tomli"] - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.7.3 + rev: v0.8.1 hooks: # Run the linter. - id: ruff @@ -34,7 +34,7 @@ repos: # Run the formatter. - id: ruff-format - repo: https://github.com/executablebooks/mdformat - rev: 0.7.18 + rev: 0.7.19 hooks: - id: mdformat args: ["--wrap=80"]