ci: Update flake8 command to ignore some issues.

We can later gradually make it stricter until we have no errors anymore.
This commit is contained in:
Drikus Roor
2023-04-12 22:07:04 +02:00
parent 5982f29c18
commit 8d0d4135ea

View File

@@ -32,7 +32,7 @@ jobs:
- name: Lint with flake8
continue-on-error: true
run: flake8 scripts/ tests/
run: flake8 scripts/ tests/ --select E303,W293,W291,W292,E305
- name: Run unittest tests with coverage
run: |