From d6213a1389ded2523dff676e94e2a88cbbbb6bb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 01:36:46 +0000 Subject: [PATCH] build(deps): bump psf/black from 24.8.0 to 24.10.0 Bumps [psf/black](https://github.com/psf/black) from 24.8.0 to 24.10.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.8.0...24.10.0) --- updated-dependencies: - dependency-name: psf/black dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/pylint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 14cb6f8..d2f94f7 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -81,7 +81,7 @@ jobs: uses: actions/checkout@v4 - name: "BLACK" - uses: psf/black@24.8.0 + uses: psf/black@24.10.0 with: options: "--check --diff --color --line-length 120 --skip-string-normalization --extend-exclude (subprojects|debian|.build)" src: "."