From f61bce3fbc2e8a28c32d09bf537feffb1ca09428 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Mon, 28 Feb 2022 17:14:09 +0100 Subject: Moved order in .flake8 --- .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flake8 b/.flake8 index fb466295..44980588 100644 --- a/.flake8 +++ b/.flake8 @@ -6,5 +6,5 @@ max-complexity = 40 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 = _ +per-file-ignores = __init__.py:F401,F403,F405 simple_menu.py:C901,W503 guided.py:C901 network_configuration.py:F821 -- cgit v1.2.3-70-g09d2