diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2022-01-02 01:19:19 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2022-01-02 01:19:19 +0100 |
commit | e206de09468fabcc5bcd83bd1de0ff656b8c8150 (patch) | |
tree | 23a372ac3e3d24840edd373e3399383bff10cf82 /.builds/debian.yml | |
parent | Updated psycopg2-binary. (diff) | |
download | newspipe-e206de09468fabcc5bcd83bd1de0ff656b8c8150.tar.gz newspipe-e206de09468fabcc5bcd83bd1de0ff656b8c8150.tar.bz2 newspipe-e206de09468fabcc5bcd83bd1de0ff656b8c8150.zip |
various !minor fixes
Diffstat (limited to '.builds/debian.yml')
-rw-r--r-- | .builds/debian.yml | 2 |
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 |