aboutsummaryrefslogtreecommitdiff
path: root/.builds
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2022-01-02 01:19:19 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2022-01-02 01:19:19 +0100
commite206de09468fabcc5bcd83bd1de0ff656b8c8150 (patch)
tree23a372ac3e3d24840edd373e3399383bff10cf82 /.builds
parentUpdated psycopg2-binary. (diff)
downloadnewspipe-e206de09468fabcc5bcd83bd1de0ff656b8c8150.tar.gz
newspipe-e206de09468fabcc5bcd83bd1de0ff656b8c8150.tar.bz2
newspipe-e206de09468fabcc5bcd83bd1de0ff656b8c8150.zip
various !minor fixes
Diffstat (limited to '.builds')
-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