add check flag to black
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -43,4 +43,4 @@ jobs:
|
|||||||
uses: wearerequired/lint-action@v1
|
uses: wearerequired/lint-action@v1
|
||||||
with:
|
with:
|
||||||
black: true
|
black: true
|
||||||
black_args: ". --line-length 120"
|
black_args: ". --line-length 120 --check"
|
||||||
Reference in New Issue
Block a user