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 992406d5a0
commit f7caad9af9

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: