aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index b6f3073..d9fec95 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -26,6 +26,8 @@ python_requires = >=3.6
[flake8]
ignore = E501,E221,W503,E241
+select = E,F,W,C4,N,ECE,CCR
+max-cognitive-complexity = 6
[mypy]
check_untyped_defs = true