Skip to content

Commit 22f99ff

Browse files
changing flake8 arguments to make it fail with the legacy code
1 parent 475b8dc commit 22f99ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
run: |
104104
pip install flake8
105105
# E9,F63,F7,F82 flag fatal syntax errors and undefined names
106-
flake8 ./backend --count --select=E9,F63,F7,F82 --show-source --statistics
106+
flake8 ./backend --count --max-complexity=5 --show-source --statistics
107107
# just a placeholder for your tests. Implement your actual test commands here, e.g. "pytest ..."
108108
- name: Run tests with coverage
109109
run: |

0 commit comments

Comments
 (0)