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 d28704e commit 281c1eaCopy full SHA for 281c1ea
.flake8
@@ -1,5 +1,5 @@
1
[flake8]
2
-ignore = E203, E266, E501, W503, F403, F401, E402
+ignore = E203, E266, E501, W503, F403, F401, E402, F841
3
max-line-length = 89
4
max-complexity = 18
5
select = B,C,E,F,W,T4,B9
0 commit comments