From 0ba6020e19ee0dd5e2ca4b57afe48f25169cf542 Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Fri, 25 Aug 2023 01:23:31 +0200 Subject: [PATCH] reenable W503 suppression --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 24a2aaa..076f341 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 = +extend-ignore = W503