We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d05bccd commit da8ca78Copy full SHA for da8ca78
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.5.1
+ rev: v1.6.0
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.5.1
+version = 1.6.0
4
description = validation for pre-commit.ci configuration
5
long_description = file: README.md
6
long_description_content_type = text/markdown
0 commit comments