Skip to content

Commit 412d163

Browse files
authored
Pin version of Black formatter to 24.10.0
1 parent 3d9d448 commit 412d163

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-black-formatter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v3
8-
- uses: psf/black@stable
8+
- uses: psf/black@24.10.0
99
with:
1010
options: "--check --verbose"
1111
jupyter: true

0 commit comments

Comments
 (0)