ci: fix test

This commit is contained in:
Florian Bezannier
2022-04-25 23:11:11 +02:00
parent d941e01882
commit 93aadfb6f2
6 changed files with 36 additions and 9 deletions
+3 -3
View File
@@ -1,11 +1,11 @@
# Developer Information
## Contributing
## Contributing
Before create a pull request check your code with Prospector.
Before creating a pull request check your code with Prospector.
You can install it with
```
poetry install --no-root```
poetry install --no-root
#Then in the root of the git project:
prospector
```