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-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,8 @@ Python template with CI/CD ready for production
21
21
- Generation of documentation based on Markdown with [Material for Mkdocs](https://squidfunk.github.io/mkdocs-material)
22
22
- Automatic check of the pythonic style with [flake8](https://flake8.pycqa.org), [black](https://black.readthedocs.io) and [isort](https://pycqa.github.io/isort)
23
23
- Automatic code checking with [pytest](https://pytest.org)
24
-
- Automatic code report with [codecov](https://codecov.io/)
24
+
- Automatic code report with [codecov](https://codecov.io)
25
+
- Automatoc code reviews with [deepsource](https://deepsource.io)
25
26
- Automatic publish to [GitHub Releases](https://docs.github.com/es/free-pro-team@latest/github/administering-a-repository/releasing-projects-on-github)
26
27
- Automatic publish to [PyPI](https://pypi.org)
27
28
- Automatic dependency update check with [dependabot](https://github.com/dependabot)
0 commit comments