We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c399d49 commit c13552eCopy full SHA for c13552e
README.md
@@ -698,7 +698,7 @@ Create a `.pre-commit-config.yaml` file in your root repository:
698
```yaml
699
repos:
700
- repo: https://github.com/gitguardian/ggshield
701
- rev: v1.13.6
+ rev: v1.14.0
702
hooks:
703
- id: ggshield
704
language_version: python3
ggshield/__init__.py
@@ -1 +1 @@
1
-__version__ = "1.13.6"
+__version__ = "1.14.0"
0 commit comments