Run pycodestyle with --max-line-length=88 to match black's defaults

This commit is contained in:
kpj 2022-02-27 15:42:26 +01:00
parent 50dbf0f461
commit 495647c113

View File

@ -80,7 +80,7 @@ jobs:
name: Codestyle
run: |
cd src/
pycodestyle
pycodestyle --max-line-length=88
codeformatting:
runs-on: ubuntu-20.04
steps: