mirror of
https://github.com/myned/watcher.git
synced 2024-11-01 12:22:38 +00:00
Fix format command
This commit is contained in:
parent
89d7090b08
commit
0ffc546d34
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ rm -rf Watcher
|
||||||
2. Make changes to the code
|
2. Make changes to the code
|
||||||
3. Format the code with [Black](https://black.readthedocs.io/en/stable) inside the project folder
|
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
|
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
|
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
|
||||||
|
|
Loading…
Reference in a new issue