diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 36a517b8..b3044eb2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: - id: sort-simple-yaml - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.7.0 hooks: - id: black - repo: https://github.com/PyCQA/isort @@ -32,14 +32,14 @@ repos: # hooks: # - id: codespell # additional_dependencies: ["tomli"] - - repo: https://github.com/charliermarsh/ruff-pre-commit + - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: 'v0.0.267' + rev: 'v0.0.287' hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - repo: https://github.com/executablebooks/mdformat - rev: 0.7.16 + rev: 0.7.17 hooks: - id: mdformat args: ["--wrap=80"]