diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml index 5eeed422..4e6996cc 100644 --- a/.github/workflows/format.yaml +++ b/.github/workflows/format.yaml @@ -8,4 +8,4 @@ jobs: - uses: actions/checkout@v4 - uses: rickstaa/action-black@v1 with: - black_args: ". --check" + black_args: ". --check -l 120"