We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dcbcc7 commit 500543dCopy full SHA for 500543d
2 files changed
README.md
@@ -47,7 +47,7 @@ Sample `.pre-commit-config.yaml`:
47
48
```yaml
49
- repo: https://github.com/pre-commit-ci/pre-commit-ci-config
50
- rev: v1.6.0
+ rev: v1.6.1
51
hooks:
52
- id: check-pre-commit-ci-config
53
```
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = pre_commit_ci_config
3
-version = 1.6.0
+version = 1.6.1
4
description = validation for pre-commit.ci configuration
5
long_description = file: README.md
6
long_description_content_type = text/markdown
0 commit comments