summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominic <yobmod@gmail.com>2021-07-19 14:19:19 +0100
committerGitHub <noreply@github.com>2021-07-19 14:19:19 +0100
commitc16c438f484ac6b70c3ceb536e6b2e448496e74e (patch)
tree97991b17e881496acf121cd964cba32efa55b640
parentae75712a18f8209ed12756ceaee6cc549c05da40 (diff)
downloadgitpython-c16c438f484ac6b70c3ceb536e6b2e448496e74e.tar.gz
Update .flake8
Add flags from pythonpackage.yaml
-rw-r--r--.flake84
1 files changed, 3 insertions, 1 deletions
diff --git a/.flake8 b/.flake8
index 2ae06c05..ffa60483 100644
--- a/.flake8
+++ b/.flake8
@@ -1,5 +1,7 @@
[flake8]
-#show-source = True
+show-source = True
+count= True
+statistics = True
# E265 = comment blocks like @{ section, which it can't handle
# E266 = too many leading '#' for block comment
# E731 = do not assign a lambda expression, use a def