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