diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7ba6276053..bbd5d145fe 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,3 @@ repos: - id: check-added-large-files - id: no-commit-to-branch args: [ '--pattern', '^(?!((enhancement|feature|bugfix|documentation|tests|local|chore)\/[a-zA-Z0-9\-]+)$).*' ] -- repo: https://github.com/psf/black - rev: 22.12.0 - hooks: - - id: black