From 9b9f6b39bc30fc162f86c88e8f692e1639d5212c Mon Sep 17 00:00:00 2001 From: Joinemm Date: Wed, 26 Jul 2023 21:42:32 +0300 Subject: [PATCH] Also change the line length in the CI --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index cc353a6..c194e1c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -7,7 +7,7 @@ jobs: - uses: actions/checkout@v3 - uses: psf/black@stable with: - options: "--check --line-length=100 --verbose" + options: "--check --line-length=88 --verbose" ruff: runs-on: ubuntu-latest steps: