Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
codiebeulaine committed May 3, 2021
1 parent 626ebb2 commit b5e15f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Lint with flake8
run: |
flake8 molo --count --select=E9,F63,F7,F82,E722 --show-source --statistics
flake8 molo --count --exit-zero --max-complexity=15 --max-line-length=90 --statistics
flake8 molo --count --exit-zero --max-complexity=20 --max-line-length=90 --statistics
flake8 --config=molo/core/migrations/.flake8 molo/core/migrations/
flake8 --config=molo/profiles/migrations/.flake8 molo/profiles/migrations/
- name: Test with pytest
Expand Down

0 comments on commit b5e15f4

Please sign in to comment.