aboutsummaryrefslogtreecommitdiffstats
path: root/checker/.flake8
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2021-07-02 00:08:54 +0200
committerLouis Burda <quent.burda@gmail.com>2021-07-02 00:31:46 +0200
commitecf4de6db67ce19d90a0b55ad8c1544087398a4c (patch)
tree8988e5cc79a54f6c692130aaa669e73b66e42c4d /checker/.flake8
parent7501a1d6c20581312eb37de883ab52e83e27c8fa (diff)
downloadenowars5-service-stldoctor-ecf4de6db67ce19d90a0b55ad8c1544087398a4c.tar.gz
enowars5-service-stldoctor-ecf4de6db67ce19d90a0b55ad8c1544087398a4c.zip
refactored code to be style compliant and mostly statically typed with mypy
Diffstat (limited to 'checker/.flake8')
-rw-r--r--checker/.flake84
1 files changed, 4 insertions, 0 deletions
diff --git a/checker/.flake8 b/checker/.flake8
new file mode 100644
index 0000000..d82f8e6
--- /dev/null
+++ b/checker/.flake8
@@ -0,0 +1,4 @@
+[flake8]
+select = F
+per-file-ignores = __init__.py:F401
+