add flak8 check

This commit is contained in:
Markus Hofbauer
2022-05-12 14:07:09 +02:00
parent 9365344a60
commit 50a0e0dc81
2 changed files with 6 additions and 0 deletions

2
.flake8 Normal file
View File

@ -0,0 +1,2 @@
[flake8]
max-line-length = 120

View File

@ -28,3 +28,7 @@ repos:
hooks:
- id: isort
args: [--profile, black, --multi-line, "3"]
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
hooks:
- id: flake8