From fae24a6ef0e23a4e59b5f640a30e6ef37e0b8822 Mon Sep 17 00:00:00 2001 From: Laurens Valk Date: Sun, 11 Feb 2024 13:35:02 +0100 Subject: [PATCH] setup.cfg: Allow def oneliners. The autoformatter puts ... on the same line, so allow it for flake8 too. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 3572f3c..ff996f0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ [flake8] exclude = .venv/,*.pyi,jedi/,examples/pup/tools/hub_menu.py max-line-length = 88 -ignore = E203,E501,W503 +ignore = E203,E501,W503,E701,E704 [doc8] ignore-path = jedi/,.venv/,doc/main/build/,doc/api/build/,pybricks.egg-info/,npm/