diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7ee6fb8a5..d03d6e62e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,11 +7,11 @@ repos: # - id: pretty-format-json # args: ["--autofix", "--no-sort-keys"] - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 23.9.1 hooks: - id: black - - repo: https://github.com/asottile/reorder_python_imports - rev: v3.9.0 + - repo: https://github.com/asottile/reorder-python-imports + rev: v3.12.0 hooks: - id: reorder-python-imports #- repo: https://github.com/asottile/pyupgrade