You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# FastAPI and MongoDB Template
2
2
3
-
[](https://hub.docker.com/repository/docker/germanmt/fastapi_mongodb_template)[](https://github.com/GermanMT/fastapi_mongodb_template/releases)[](https://github.com/GermanMT/fastapi_mongodb_template/blob/main/LICENSE.md)
3
+
[](https://github.com/GermanMT/fastapi_mongodb_template/releases)[](https://github.com/GermanMT/fastapi_mongodb_template/blob/main/LICENSE.md)
4
4
5
5
## Documentation
6
6
@@ -34,4 +34,4 @@ Related documentation and links about this template.
34
34
35
35
## Analyse code
36
36
37
-
You can analyse your code best practices after install develop requirements with commands 'mypy app' and 'prospector' in the root folder of the project.
37
+
You can analyse your code best practices after install develop requirements with command 'ruff check' in the root folder of the project.
0 commit comments