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 13
13
[ ![ Checked with mypy] ( https://www.mypy-lang.org/static/mypy_badge.svg )] ( https://mypy-lang.org/ )
14
14
[ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black )
15
15
[ ![ 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 )
16
17
17
18
This template repository provides the boilerplate to create a python package.
18
19
It is configured with all the following features:
@@ -21,6 +22,7 @@ It is configured with all the following features:
21
22
* Typing using [ mypy] ( https://mypy.readthedocs.io/en/stable/ )
22
23
* Linting using [ ruff] ( https://github.com/astral-sh/ruff )
23
24
* Code formatter using [ black] ( https://pypi.org/project/black/ )
25
+ * Security checks using [ bandit] ( https://github.com/PyCQA/bandit )
24
26
* Integration with CodeClimate for code quality and coverage checks
25
27
* CI pipeline supporting:
26
28
* 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:
7
7
* Typing using [ mypy] ( https://mypy.readthedocs.io/en/stable/ )
8
8
* Linting using [ ruff] ( https://github.com/astral-sh/ruff )
9
9
* Code formatter using [ black] ( https://pypi.org/project/black/ )
10
+ * Security checks using [ bandit] ( https://github.com/PyCQA/bandit )
10
11
* Integration with CodeClimate for code quality and coverage checks
11
12
* CI pipeline supporting:
12
13
* testing against multiple python versions
You can’t perform that action at this time.
0 commit comments