1
0
Fork 0
mirror of https://github.com/myned/modufur.git synced 2024-11-01 13:02:38 +00:00

Fix format command

This commit is contained in:
Myned 2023-03-16 16:56:44 -05:00
parent d3eac3979c
commit 9ab93a21a9
No known key found for this signature in database
GPG key ID: 28056631D2CF6B1B

View file

@ -111,7 +111,7 @@ rm -rf Modufur
2. Make changes to the code
3. Format the code with [Black](https://black.readthedocs.io/en/stable) inside the project folder
```
poetry run python black .
poetry run black .
```
4. [Commit](https://github.com/git-guides/git-commit) the changes to the fork
5. Create a [pull request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request) from the fork