From 04e3880d8f41a87889690609e20ab1220700c163 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Mon, 28 Feb 2022 16:48:42 +0100 Subject: Added back _ as a builtin --- .flake8 | 1 + 1 file changed, 1 insertion(+) 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 = _ -- cgit v1.2.3-70-g09d2