Skip to content

Commit 5077b0b

Browse files
committed
trying new flake8 config
1 parent 65113dd commit 5077b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# # stop the build if there are Python syntax errors or undefined names
3939
# $ flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
4040
with:
41-
options: "--count --select=E9,F63,F7,F82 --show-source --statistics"
41+
args: "--count --select=E9,F63,F7,F82 --show-source --statistics"
4242

4343
# - name: Run tests
4444
# run: |

0 commit comments

Comments
 (0)