diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 69a1e39f90..8d04394b8d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,14 +1,14 @@ repos: -- repo: https://github.com/ambv/black - rev: stable - hooks: - - id: black - args: [--diff] - language_version: python3 - - id: black - name: black-format - language_version: python3 - stages: [manual] +# - repo: https://github.com/ambv/black + # rev: stable + # hooks: + # - id: black + # args: [--diff] + # language_version: python3 + # - id: black + # name: black-format + # language_version: python3 + # stages: [manual] - repo: https://github.com/pre-commit/pre-commit-hooks rev: v1.3.0 hooks: