diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index eb1de04..a220d5f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,11 +34,11 @@ repos: additional_dependencies: ["tomli"] - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: 'v0.0.282' + rev: 'v0.0.287' hooks: - id: ruff - repo: https://github.com/executablebooks/mdformat - rev: 0.7.16 + rev: 0.7.17 hooks: - id: mdformat args: ["--wrap=80"]