Skip to content

Commit 15ad4a1

Browse files
committed
Update docs/index.md
1 parent 6097e86 commit 15ad4a1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
44
[![Test](https://github.com/leynier/python-template/workflows/CI/badge.svg)](https://github.com/leynier/python-template/actions?query=workflow%3ACI)
55
[![codecov](https://codecov.io/gh/leynier/python-template/branch/main/graph/badge.svg?token=Z1MEEL3EAB)](https://codecov.io/gh/leynier/python-template)
6+
[![DeepSource](https://deepsource.io/gh/leynier/python-template.svg/?label=active+issues)](https://deepsource.io/gh/leynier/python-template/?ref=repository-badge)
67
[![Version](https://img.shields.io/pypi/v/python-template?color=%2334D058&label=Version)](https://pypi.org/project/python-template)
78
[![Last commit](https://img.shields.io/github/last-commit/leynier/python-template.svg?style=flat)](https://github.com/leynier/python-template/commits)
89
[![GitHub commit activity](https://img.shields.io/github/commit-activity/m/leynier/python-template)](https://github.com/leynier/python-template/commits)
@@ -20,7 +21,8 @@ Python template with CI/CD ready for production
2021
- Generation of documentation based on Markdown with [Material for Mkdocs](https://squidfunk.github.io/mkdocs-material)
2122
- Automatic check of the pythonic style with [flake8](https://flake8.pycqa.org), [black](https://black.readthedocs.io) and [isort](https://pycqa.github.io/isort)
2223
- Automatic code checking with [pytest](https://pytest.org)
23-
- Automatic code report with [codecov](https://codecov.io/)
24+
- Automatic code report with [codecov](https://codecov.io)
25+
- Automatic code reviews with [deepsource](https://deepsource.io)
2426
- Automatic publish to [GitHub Releases](https://docs.github.com/es/free-pro-team@latest/github/administering-a-repository/releasing-projects-on-github)
2527
- Automatic publish to [PyPI](https://pypi.org)
2628
- Automatic dependency update check with [dependabot](https://github.com/dependabot)

0 commit comments

Comments
 (0)