File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 1313[ ![ Checked with mypy] ( https://www.mypy-lang.org/static/mypy_badge.svg )] ( https://mypy-lang.org/ )
1414[ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black )
1515[ ![ Ruff] ( https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v1.json )] ( https://github.com/charliermarsh/ruff )
16+ [ ![ security: bandit] ( https://img.shields.io/badge/security-bandit-yellow.svg )] ( https://github.com/PyCQA/bandit )
1617
1718This template repository provides the boilerplate to create a python package.
1819It is configured with all the following features:
@@ -21,6 +22,7 @@ It is configured with all the following features:
2122* Typing using [ mypy] ( https://mypy.readthedocs.io/en/stable/ )
2223* Linting using [ ruff] ( https://github.com/astral-sh/ruff )
2324* Code formatter using [ black] ( https://pypi.org/project/black/ )
25+ * Security checks using [ bandit] ( https://github.com/PyCQA/bandit )
2426* Integration with CodeClimate for code quality and coverage checks
2527* CI pipeline supporting:
2628 * testing against multiple python versions
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ It is configured with all the following features:
77* Typing using [ mypy] ( https://mypy.readthedocs.io/en/stable/ )
88* Linting using [ ruff] ( https://github.com/astral-sh/ruff )
99* Code formatter using [ black] ( https://pypi.org/project/black/ )
10+ * Security checks using [ bandit] ( https://github.com/PyCQA/bandit )
1011* Integration with CodeClimate for code quality and coverage checks
1112* CI pipeline supporting:
1213 * testing against multiple python versions
You can’t perform that action at this time.
0 commit comments