aboutsummaryrefslogtreecommitdiff
path: root/.builds/debian.yml
diff options
context:
space:
mode:
Diffstat (limited to '.builds/debian.yml')
-rw-r--r--.builds/debian.yml2
1 files changed, 1 insertions, 1 deletions
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
bgstack15