mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-01 11:19:32 -05:00
Run pycodestyle with --max-line-length=88 to match black's defaults
This commit is contained in:
parent
50dbf0f461
commit
495647c113
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -80,7 +80,7 @@ jobs:
|
|||||||
name: Codestyle
|
name: Codestyle
|
||||||
run: |
|
run: |
|
||||||
cd src/
|
cd src/
|
||||||
pycodestyle
|
pycodestyle --max-line-length=88
|
||||||
codeformatting:
|
codeformatting:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user