git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/.flake8
diff options
context:
space:
mode:
Diffstat (limited to '.flake8')
-rw-r--r--.flake84
1 files changed, 4 insertions, 0 deletions
diff --git a/.flake8 b/.flake8
index d236572..383ed7b 100644
--- a/.flake8
+++ b/.flake8
@@ -10,3 +10,7 @@ max-line-length = 100
doctests = True
# use only if flake8-colors is installed:
format = ${cyan}%(path)s${reset}:${yellow_bold}%(row)d${reset}:${green_bold}%(col)d${reset}:\\t${red_bold}%(code)s${reset} %(text)s
+
+#per-file-ignores =
+# # imported but unused
+# __init__.py: F401