Skip to content

Commit 9e546ab

Browse files
ci: align Black lint action with black 26.3.1
1 parent 70f52a2 commit 9e546ab

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/linters.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ jobs:
1111
- uses: actions/setup-python@v5
1212
with:
1313
python-version: '3.12'
14-
- uses: psf/black@20.8b1
14+
- uses: psf/black@stable
1515
with:
16-
args: ". --diff --target-version=py312 --skip-string-normalization=1"
16+
version: "26.3.1"
17+
args: ". --diff"
1718

1819
Pycodestyle:
1920
name: Lint Pycodestyle

0 commit comments

Comments
 (0)