Skip to content

Commit

Permalink
Merge pull request #37 from aidotse/johanos1-patch-1
Browse files Browse the repository at this point in the history
Update run_tests.yml
  • Loading branch information
johanos1 authored Oct 31, 2022
2 parents 2f2d7c3 + f1a9a09 commit d5badb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Lint with flake8
run: |
pip install flake8
flake8 . --count --show-source --statistics --max-line-length=127 --ignore=E402,W503
flake8 . --count --show-source --statistics --max-line-length=127 --ignore=E402,W503,E203
build:

Expand Down

0 comments on commit d5badb2

Please sign in to comment.