We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6498798 commit c556623Copy full SHA for c556623
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