added flake8

This commit is contained in:
Paul Gauthier
2023-05-07 22:13:57 -07:00
parent 3c98410d62
commit 1d0d3c700e
2 changed files with 7 additions and 20 deletions

View File

@@ -2,4 +2,8 @@ repos:
- repo: https://github.com/psf/black
rev: 23.3.0
hooks:
- id: black
- id: black
- repo: https://github.com/pycqa/flake8
rev: 4.0.1
hooks:
- id: flake8