We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6498798 + c556623 commit 69419a6Copy full SHA for 69419a6
1 file changed
.github/workflows/code_style.yml
@@ -9,5 +9,7 @@ jobs:
9
- uses: actions/checkout@v2
10
- uses: psf/black@stable
11
with:
12
+ # bump this version as needed
13
+ version: 26.1.0
14
options: "--check --diff --verbose -l 120"
- src: "./mergin"
15
+ src: "./mergin"
0 commit comments