Skip to content

Commit

Permalink
Ignore flake8 E203 and W503 as it conflicts with black
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Bull committed Nov 24, 2022
1 parent caabca3 commit 0ad2544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
if [ -f test-requirements.txt ]; then pip install -r test-requirements.txt; fi
- name: Run flake8
run: |
flake8
flake8 --ignore=E203,W503
- name: Run black
run: |
black --check --verbose -l 88 geomeppy tests docs
Expand Down

0 comments on commit 0ad2544

Please sign in to comment.