Add flake8 config

This commit is contained in:
Andre Basche
2023-07-18 21:31:16 +02:00
parent 4f7d4860db
commit 22367242a2
4 changed files with 10 additions and 5 deletions

View File

@ -28,7 +28,7 @@ jobs:
python -m pip install -r requirements_dev.txt
- name: Lint with flake8
run: |
flake8 . --count --max-complexity=7 --max-line-length=88 --statistics
flake8 . --count --statistics
- name: Type check with mypy
run: |
mypy pyhon/