fix(hooks): reset black fmt

This commit is contained in:
Jérome Eertmans
2022-08-26 08:55:22 +02:00
parent c6d44b0b3b
commit 7128c01ab5

View File

@ -5,6 +5,10 @@ repos:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 22.6.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 5.10.1
hooks: