We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a7e513 commit 2a30809Copy full SHA for 2a30809
README.md
@@ -11,7 +11,7 @@ Usage in `.pre-commit-config.yaml`:
11
12
```yaml
13
- repo: https://github.com/scop/pre-commit-shfmt
14
- rev: v3.12.0-1
+ rev: v3.12.0-2
15
hooks:
16
# Choose one of:
17
- id: shfmt # prebuilt upstream executable
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = shfmt_py
3
-version = 3.12.0-1
+version = 3.12.0-2
4
description = Shell source code formatter
5
url = https://github.com/scop/pre-commit-shfmt
6
# license here is for shfmt proper; Python packaging related files may have others, see their contents and classifiers below
0 commit comments