mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Remove --verbose parameter from black call
This commit is contained in:
parent
12fa3c7417
commit
f23d53fe1a
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -91,7 +91,7 @@ jobs:
|
||||
name: Run black
|
||||
uses: psf/black@stable
|
||||
with:
|
||||
options: "--check --diff --verbose"
|
||||
options: "--check --diff"
|
||||
src: "./src"
|
||||
version: "22.1.0"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user