Skip to content

Commit 2abf4e4

Browse files
authored
Merge pull request #7 from openmv/fix_workflows
github: Update workflows
2 parents 09cf9ca + 5669de0 commit 2abf4e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
- name: '😾 Lint with flake8'
3939
run: |
4040
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
41-
flake8 . --count --ignore=C901,F403,F405,W504 --max-complexity=15 --max-line-length=120 --statistics
41+
flake8 . --count --ignore=E231,C901,F403,F405,W504 --max-complexity=15 --max-line-length=120 --statistics

0 commit comments

Comments
 (0)