Merge pull request #4351 from ynput/chore/remove-black-from-pre-commit

Pre-commit: Remove black
This commit is contained in:
Jakub Trllo 2023-01-19 11:01:30 +01:00 committed by GitHub
commit e3ebd74676
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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