From 066def8ea2f8508e9e1c9d9d46b5dcf1cb1deb02 Mon Sep 17 00:00:00 2001 From: Johannes Buchner Date: Sun, 26 May 2024 17:01:31 +0200 Subject: [PATCH] [ci] pycodestyle settings --- setup.cfg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index c47123ad..8b32c62f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,5 +28,8 @@ addopts = --junitxml=test-reports/junit.xml --html=tests/reports/index.html [pycodestyle] -ignore = E231 +count = False +ignore = W191,W291,W293,E231 +max-line-length = 160 +statistics = False