From 0f193e8594fde7620373a49fca6627eb93f418eb Mon Sep 17 00:00:00 2001 From: wills106 Date: Mon, 23 Dec 2024 10:05:49 +0000 Subject: [PATCH] Update black.yml --- .github/workflows/black.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml index b2cd244f..b4717e4f 100644 --- a/.github/workflows/black.yml +++ b/.github/workflows/black.yml @@ -7,4 +7,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: psf/black@stable \ No newline at end of file + - uses: psf/black@stable + with: + options: "--line-length = 119" \ No newline at end of file