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 25a3ed7 commit f4ee48bCopy full SHA for f4ee48b
README.md
@@ -17,7 +17,7 @@ Sample `.pre-commit-config.yaml`:
17
18
```yaml
19
- repo: https://github.com/mxr/sync-pre-commit-deps
20
- rev: v0.0.1
+ rev: v0.0.2
21
hooks:
22
- id: sync-pre-commit-deps
23
```
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = sync_pre_commit_deps
3
-version = 0.0.1
+version = 0.0.2
4
description = apply a consistent format to `setup.cfg` files
5
long_description = file: README.md
6
long_description_content_type = text/markdown
0 commit comments