Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/.flake8
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds@gmail.com>2022-02-28 16:48:42 +0100
committerAnton Hvornum <anton.feeds@gmail.com>2022-02-28 16:48:42 +0100
commit04e3880d8f41a87889690609e20ab1220700c163 (patch)
tree637520415ad6956ea7da8b36e5070a88f1d4b7a9 /.flake8
parentf07704529f411b39756a616995c4a3f7725eb550 (diff)
Added back _ as a builtin
Diffstat (limited to '.flake8')
-rw-r--r--.flake81
1 files changed, 1 insertions, 0 deletions
diff --git a/.flake8 b/.flake8
index bf169692..fb466295 100644
--- a/.flake8
+++ b/.flake8
@@ -7,3 +7,4 @@ max-line-length = 236
show-source = True
statistics = True
per-file-ignores = __init__.py:F401,F403,F405 simple_menu.py:C901,W503 guided.py:C901 network_configuration.py:F821
+builtins = _