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 7bd6887 commit cdf849fCopy full SHA for cdf849f
README.md
@@ -225,11 +225,11 @@ We welcome contributions to improve this tool!
225
1. Fork this project
226
1. Install [poetry](https://python-poetry.org/docs/#installation)
227
1. Install the dependencies by using the following command:
228
-```bash
229
-poetry install --with dev
230
-```
+ ```bash
+ poetry install --with dev
+ ```
231
1. Make changes to the code and run the tests to make sure everything works as expected. ✅
232
233
-poetry run pytest
234
+ poetry run pytest
235
1. Commit your changes, push them to the repository 🚀, and open a new pull request.
0 commit comments