We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ca73c4 commit 527ecbeCopy full SHA for 527ecbe
README.md
@@ -8,7 +8,7 @@ Git hooks to modify (text) files for use with the [pre-commit](https://github.co
8
Add this to your `.pre-commit-config.yaml`:
9
```
10
- repo: https://github.com/boidolr/pre-commit-text
11
- rev: v1.2.9 # Use the ref you want to point at
+ rev: v1.2.10 # Use the ref you want to point at
12
hooks:
13
- id: pretty-format-yaml
14
- id: replace-tabs
pre_commit_text/__init__.py
@@ -1 +1 @@
1
-VERSION = "1.2.9"
+VERSION = "1.2.10"
0 commit comments