Skip to content

Commit

Permalink
Update PythonCodeQuality.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
beckvalle authored Apr 9, 2021
1 parent 141d177 commit 9f7139c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PythonCodeQuality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
uses: py-actions/flake8@v1
with:
path: "FireABM_opt.py run_fireabm.py"
args: "--ignore=E501"
args: "--ignore=E501" # ignore error for too long line

0 comments on commit 9f7139c

Please sign in to comment.