We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e60553e commit fb45a86Copy full SHA for fb45a86
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.5
+ rev: v0.1.7
34
hooks:
35
- id: auto-walrus
36
```
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = auto_walrus
3
-version = 0.1.5
+version = 0.1.7
4
description = A linter for Cython files
5
long_description = file: README.md
6
long_description_content_type = text/markdown
0 commit comments