From 7b3837796b9b825b7359020ae366b28857eb5263 Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Thu, 17 Aug 2023 23:38:59 +0200 Subject: [PATCH] disable excludes for flake8 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index f5f47b4..24a2aaa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -76,4 +76,4 @@ all = [flake8] exclude = .git,.tox,.github,.eggs,__pycache__,doc/conf.py,build,dist,capabilities-data,test,src/escpos/constants.py max-line-length = 120 -extend-ignore = E203, W503 +extend-ignore =