Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/asu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Spooren <mail@aparcar.org>2021-01-31 10:22:05 +0300
committerPaul Spooren <mail@aparcar.org>2021-03-14 04:51:10 +0300
commitaba553c28f8d6ec8b1088ce2dd63d3b2ca46fc62 (patch)
tree8142379281d3c35ed83460bd84c015506ff3c43c /.flake8
parentd7cf4a4e45afd457810a589f5f737eada565ccac (diff)
WIP: 2021 rewrite
Signed-off-by: Paul Spooren <mail@aparcar.org>
Diffstat (limited to '.flake8')
-rw-r--r--.flake85
1 files changed, 5 insertions, 0 deletions
diff --git a/.flake8 b/.flake8
new file mode 100644
index 0000000..ba2615e
--- /dev/null
+++ b/.flake8
@@ -0,0 +1,5 @@
+[flake8]
+ignore = W503
+max-line-length = 88
+exclude = tests/*
+max-complexity = 10