Thanks to visit codestin.com Credit goes to github.com
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 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