git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/.flake8
diff options
context:
space:
mode:
authorHarald Pfeiffer <coding _ lirion.de> 2024-05-25 12:40:52 +0200
committerHarald Pfeiffer <coding _ lirion.de> 2024-05-25 12:40:52 +0200
commit329ed23c520bcc45332c6641d6873fc6bb7cbddc (patch)
treefd7e44f56d06da1b032371002c5de09d8c22113a /.flake8
parent2a4bba6ca1600740568c3dea9e96f682d7ff52d4 (diff)
downloaddotfiles-329ed23c520bcc45332c6641d6873fc6bb7cbddc.tar.bz2
local fixes
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