diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 41ce5bd3..720b1519 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,18 +5,12 @@ repos: - id: pyupgrade args: [--py37-plus] - # Version 8.1.2 of click breaks black - - repo: https://github.com/pallets/click - rev: 8.0.3 - hooks: - - id: click - args: [--target-version=py37] - - - repo: https://github.com/psf/black - rev: 21.12b0 - hooks: - - id: black - args: [--target-version=py37] + # Uncomment when click fixes 8.1.2 bugs + #- repo: https://github.com/psf/black + # rev: 21.12b0 + # hooks: + # - id: black + # args: [--target-version=py37] - repo: https://github.com/PyCQA/isort rev: 5.10.1