chore: add black pre-commit hook

This commit is contained in:
jo 2022-11-19 15:27:03 +01:00 committed by JuniorJPDJ
commit fa51738fe8
3 changed files with 7 additions and 16 deletions

View file

@ -24,6 +24,11 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 22.10.0
hooks:
- id: black
- repo: https://github.com/pycqa/flake8
rev: 5.0.4
hooks: