mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-07 08:14:25 +01:00
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:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user