mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 00:05:21 +01:00
Remove --verbose parameter from black call
This commit is contained in:
parent
12fa3c7417
commit
f23d53fe1a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -91,7 +91,7 @@ jobs:
|
||||||
name: Run black
|
name: Run black
|
||||||
uses: psf/black@stable
|
uses: psf/black@stable
|
||||||
with:
|
with:
|
||||||
options: "--check --diff --verbose"
|
options: "--check --diff"
|
||||||
src: "./src"
|
src: "./src"
|
||||||
version: "22.1.0"
|
version: "22.1.0"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue