diff --git a/.github/workflows/python-lint.yml b/.github/workflows/python-lint.yml index 27f60bd7..a83c3482 100644 --- a/.github/workflows/python-lint.yml +++ b/.github/workflows/python-lint.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: psf/black@23.1.0 + - uses: psf/black@26.3.0 with: options: "--check --verbose --diff --color --target-version=py38 --line-length=120" src: "."