From e206de09468fabcc5bcd83bd1de0ff656b8c8150 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 2 Jan 2022 01:19:19 +0100 Subject: various !minor fixes --- .builds/debian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.builds') diff --git a/.builds/debian.yml b/.builds/debian.yml index 54753607..33e7b185 100644 --- a/.builds/debian.yml +++ b/.builds/debian.yml @@ -20,4 +20,4 @@ tasks: # stop the build if there are Python syntax errors or undefined names poetry run flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics # exit-zero treats all errors as warnings. - poetry run flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics + poetry run flake8 . --count --exit-zero --max-complexity=15 --max-line-length=105 --statistics -- cgit