We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfe9ee1 commit 0687cf6Copy full SHA for 0687cf6
.github/workflows/flake8.yml
@@ -19,4 +19,4 @@ jobs:
19
uses: TrueBrain/actions-flake8@master
20
with:
21
path: Sources/code
22
- ignore: E9,F63,F7,F82
+ ignore: E9,F63,F7,F82, E203, W293, E231, W391, E265, E266, E226, E301, E228
0 commit comments