We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 08f7bfd + 2836cb7 commit aca6537Copy full SHA for aca6537
docs/use_as_hook.md
@@ -6,7 +6,7 @@ All you have to do is add it to your configuration file and you're done!
6
```yaml
7
repos:
8
- repo: https://github.com/MichaelisTrofficus/gpt4docstrings
9
- rev: v0.0.5
+ rev: v0.0.6
10
hooks:
11
- id: gpt4docstrings
12
name: gpt4docstrings
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "gpt4docstrings"
3
-version = "0.0.5"
+version = "0.0.6"
4
description = "gpt4docstrings"
5
authors = ["Miguel Otero Pedrido <miguel.otero.pedrido.1993@gmail.com>"]
license = "MIT"
0 commit comments