diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6d3ad4454..844690a67 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,13 +1,13 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-yaml - id: check-added-large-files # - id: pretty-format-json # args: ["--autofix", "--no-sort-keys"] - repo: https://github.com/psf/black - rev: 24.1.1 + rev: 24.4.2 hooks: - id: black - repo: https://github.com/asottile/reorder-python-imports