add check flag to black

This commit is contained in:
IAmTomahawkx
2021-09-21 14:40:15 -07:00
parent fc39fb352e
commit 7a879600b4

View File

@ -43,4 +43,4 @@ jobs:
uses: wearerequired/lint-action@v1
with:
black: true
black_args: ". --line-length 120"
black_args: ". --line-length 120 --check"