We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d22907 commit 440678aCopy full SHA for 440678a
1 file changed
.github/workflows/flake8.yml
@@ -19,7 +19,8 @@ jobs:
19
uses: TrueBrain/actions-flake8@master
20
with:
21
path: Sources/code
22
- ignore: E9,F63,F7,F82,E303
+ ignore: E9,F63,F7,F82,E203,W293,E231,W391,E265,E266,E226,E301,E228,E401,E303
23
+
24
25
26
0 commit comments