We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae75712 commit c16c438Copy full SHA for c16c438
.flake8
@@ -1,5 +1,7 @@
1
[flake8]
2
-#show-source = True
+show-source = True
3
+count= True
4
+statistics = True
5
# E265 = comment blocks like @{ section, which it can't handle
6
# E266 = too many leading '#' for block comment
7
# E731 = do not assign a lambda expression, use a def
0 commit comments