Skip to content

Commit 441ef3f

Browse files
committed
Update README and docs
Signed-off-by: Federico Busetti <[email protected]>
1 parent 82737a7 commit 441ef3f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
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

1718
This template repository provides the boilerplate to create a python package.
1819
It 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

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)