Skip to content

Commit 440678a

Browse files
authored
Update flake8.yml
1 parent 3d22907 commit 440678a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/flake8.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
uses: TrueBrain/actions-flake8@master
2020
with:
2121
path: Sources/code
22-
ignore: E9,F63,F7,F82,E303
22+
ignore: E9,F63,F7,F82,E203,W293,E231,W391,E265,E266,E226,E301,E228,E401,E303
23+
2324

2425

2526

0 commit comments

Comments
 (0)