diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 064a60ce..3e2fae06 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,11 +20,11 @@ repos: - id: sort-simple-yaml - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 23.10.1 + rev: 24.2.0 hooks: - id: black - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort - repo: https://github.com/codespell-project/codespell @@ -34,7 +34,7 @@ repos: additional_dependencies: ["tomli"] - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: 'v0.1.3' + rev: 'v0.2.1' hooks: - id: ruff - repo: https://github.com/executablebooks/mdformat