We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9544d66 commit acecc9eCopy full SHA for acecc9e
1 file changed
README.md
@@ -123,9 +123,16 @@ poetry install --with test,format
123
124
## Useful commands
125
126
-1. Format code:
+#### Code Formatting
127
+
128
+1. Install the required dependencies inside the running container:
129
130
```bash
131
docker exec -it flask_api poetry install --with format
132
+```
133
134
+2. Run the formatting task:
135
136
+```bash
137
docker exec -it flask_api poetry run python ./tasks/format.py
138
```
0 commit comments