Skip to content

Commit

Permalink
ignore long lines
Browse files Browse the repository at this point in the history
  • Loading branch information
jimexist committed Oct 16, 2021
1 parent 2185a39 commit 5a46a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Run Linters
run: |
source venv/bin/activate
flake8 python
flake8 python --ignore=E501
black --line-length 79 --check python
- name: Run tests
run: |
Expand Down

0 comments on commit 5a46a1a

Please sign in to comment.