pre-commit: Integrate black

Change-Id: I1691e5cb0e0aa1d2f23466ff5458addd7b412a66
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
Stephen Finucane 2023-08-30 19:25:52 +01:00
parent ab7cdb4c25
commit 316044734f

View File

@ -21,6 +21,11 @@ repos:
rev: v1.1.1
hooks:
- id: doc8
- repo: https://github.com/psf/black
rev: 23.7.0
hooks:
- id: black
args: ['-S', '-l', '79']
- repo: local
hooks:
- id: flake8