We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4680ea0 commit 5c18bc8Copy full SHA for 5c18bc8
1 file changed
README.md
@@ -32,7 +32,7 @@ uvicorn src.bss_web_file_server.main:app
32
```shell
33
poetry run isort . --check
34
poetry run black . --check
35
-poetry run mypy -p src.bss_web_file_server
+poetry run mypy
36
```
37
38
#### Apply lint
@@ -65,4 +65,4 @@ docker build -t bss_web_file_server .
65
66
67
docker-compose up
68
-```
+```
0 commit comments