Skip to content

Commit 5669de0

Browse files
committed
github: Update workflows
Signed-off-by: iabdalkader <[email protected]>
1 parent 945d960 commit 5669de0

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)