Skip to content

Commit

Permalink
fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosmc committed Nov 21, 2024
1 parent ab788a5 commit 47371d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dev-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,12 @@ jobs:
# * flake8 src --count --exit-zero --max-complexity=10 --statistics
- name: Linting with flake8
run: |
source dgcv_venv/bin/activate
# stop the build if there are Python syntax errors or undefined names
flake8 src --count --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 99 chars wide
flake8 src --count --exit-zero --statistics
deactivate
- name: Run tests
run: |
Expand Down

0 comments on commit 47371d4

Please sign in to comment.