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 21f247a commit de8d544Copy full SHA for de8d544
README.md
@@ -137,8 +137,10 @@ The python-gvm repository uses [autohooks](https://github.com/greenbone/autohook
137
to apply linting and auto formatting via git hooks. Please ensure the git hooks
138
are active.
139
140
- $ poetry install
141
- $ poetry run autohooks activate --force
+```shell
+poetry install
142
+poetry run autohooks activate --force
143
+```
144
145
## License
146
0 commit comments