Skip to content

Commit 6b90335

Browse files
authored
Merge pull request #46 from DocOtak/rcaneill-patch-black-lint
Fix lint black check action that does not work
2 parents 284f032 + c0cea59 commit 6b90335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: psf/black@stable
1919
with:
2020
options: "--check --verbose"
21-
version: "22.1.0"
21+
version: "22.3.0"
2222

2323
build:
2424
name: build (${{ matrix.os }}, ${{ matrix.python-version }})

0 commit comments

Comments
 (0)