Skip to content

Commit d50ed55

Browse files
committed
Update black in Github workflow.
1 parent 8d64e0c commit d50ed55

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/black.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@ jobs:
1818
options: "--check --config python/pyproject.toml"
1919
src: "./python"
2020
# Version should be coordinated with the ctsm_pylib conda environment under the python directory
21-
version: "22.3.0"
21+
version: "25.1.0"
2222
# Actions identical to above for each directory and source file we need to check (arrays aren't allowed for src: field)
2323
- uses: psf/black@stable
2424
with:
2525
options: "--check --config python/pyproject.toml"
2626
src: "./cime_config/SystemTests"
27-
version: "22.3.0"
27+
version: "25.1.0"
2828
- uses: psf/black@stable
2929
with:
3030
options: "--check --config python/pyproject.toml"
3131
src: "./cime_config/buildlib"
32-
version: "22.3.0"
32+
version: "25.1.0"
3333
- uses: psf/black@stable
3434
with:
3535
options: "--check --config python/pyproject.toml"
3636
src: "./cime_config/buildnml"
37-
version: "22.3.0"
37+
version: "25.1.0"

0 commit comments

Comments
 (0)