From 1762440a5c099167dac3b1ec66a3e8221a9a73d2 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Mon, 1 Feb 2021 09:39:15 -0500 Subject: [PATCH] Ignore flake8 line width error in traverse example --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 603d689c..768a8321 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,6 +4,7 @@ max_complexity = 10 exclude = types.py per-file-ignores = examples/demo/*: F841 + examples/containers/traverse.py: E501 examples/providers/async.py: F841 examples/providers/async_overriding.py: F841 examples/wiring/*: F841