We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7001ff5 commit 7889b12Copy full SHA for 7889b12
README.md
@@ -30,7 +30,7 @@ Sample `.pre-commit-config.yaml`:
30
31
```yaml
32
- repo: https://github.com/MarcoGorelli/auto-walrus
33
- rev: v0.1.7
+ rev: v0.1.8
34
hooks:
35
- id: auto-walrus
36
```
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = auto_walrus
3
-version = 0.1.7
+version = 0.1.8
4
description = A linter for Cython files
5
long_description = file: README.md
6
long_description_content_type = text/markdown
0 commit comments