From c16c438f484ac6b70c3ceb536e6b2e448496e74e Mon Sep 17 00:00:00 2001 From: Dominic Date: Mon, 19 Jul 2021 14:19:19 +0100 Subject: Update .flake8 Add flags from pythonpackage.yaml --- .flake8 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1