aboutsummaryrefslogtreecommitdiffstats
path: root/.flake8
diff options
context:
space:
mode:
Diffstat (limited to '.flake8')
-rw-r--r--.flake86
1 files changed, 5 insertions, 1 deletions
diff --git a/.flake8 b/.flake8
index b4d95b8..71cd42b 100644
--- a/.flake8
+++ b/.flake8
@@ -1,7 +1,11 @@
[flake8]
-select = E901,E999,F821,F822,F823
count = True
max-complexity = 10
max-line-length = 120
show-source = True
statistics = True
+extend-ignore = E203
+
+per-file-ignores =
+ wee_slack.py: C901, E266, E501, E722, E731, E741
+ _pytest/test_utf8_helpers.py: E721