Skip to content

Commit acecc9e

Browse files
refactor/readme/improve-code-formatting-section-wording (#52)
1 parent 9544d66 commit acecc9e

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,16 @@ poetry install --with test,format
123123

124124
## Useful commands
125125

126-
1. Format code:
126+
#### Code Formatting
127+
128+
1. Install the required dependencies inside the running container:
127129

128130
```bash
129131
docker exec -it flask_api poetry install --with format
132+
```
133+
134+
2. Run the formatting task:
135+
136+
```bash
130137
docker exec -it flask_api poetry run python ./tasks/format.py
131138
```

0 commit comments

Comments
 (0)