Skip to content

Commit 69419a6

Browse files
authored
Merge pull request #286 from MerginMaps/bump_black
Fix version of black to latest
2 parents 6498798 + c556623 commit 69419a6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/code_style.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@ jobs:
99
- uses: actions/checkout@v2
1010
- uses: psf/black@stable
1111
with:
12+
# bump this version as needed
13+
version: 26.1.0
1214
options: "--check --diff --verbose -l 120"
13-
src: "./mergin"
15+
src: "./mergin"

0 commit comments

Comments
 (0)