|
4 | 4 | [](https://github.com/mkenney/software-guides/blob/master/STABILITY-BADGES.md#beta) |
5 | 5 |
|
6 | 6 | [](https://github.com/febus982/bootstrap-python-package/actions/workflows/python-tests.yml) |
7 | | -[](https://github.com/febus982/bootstrap-python-package/actions/workflows/python-bandit.yml) |
8 | 7 | [](https://codeclimate.com/github/febus982/bootstrap-python-package/maintainability) |
9 | 8 | [](https://codeclimate.com/github/febus982/bootstrap-python-package/test_coverage) |
10 | 9 |
|
11 | 10 | [](https://mypy-lang.org/) |
12 | | -[](https://github.com/psf/black) |
13 | 11 | [](https://github.com/charliermarsh/ruff) |
| 12 | +[](https://github.com/psf/black) |
14 | 13 | [](https://github.com/PyCQA/bandit) |
15 | 14 |
|
16 | 15 | This template repository provides the boilerplate to create a python package. |
17 | 16 | It is configured with all the following features: |
18 | 17 |
|
19 | 18 | * Test suite using [tox](https://tox.wiki/en/latest/index.html) and [pytest](https://docs.pytest.org/en/7.4.x/) |
20 | 19 | * Typing using [mypy](https://mypy.readthedocs.io/en/stable/) |
21 | | -* Linting using [ruff](https://github.com/astral-sh/ruff) |
22 | | -* Code formatter using [black](https://pypi.org/project/black/) |
23 | | -* Security checks using [bandit](https://github.com/PyCQA/bandit) |
| 20 | +* Linting, security and code format using [ruff](https://github.com/astral-sh/ruff) (using [black](https://pypi.org/project/black/) |
| 21 | + code style and [bandit](https://github.com/PyCQA/bandit) security rules) |
24 | 22 | * Integration with CodeClimate for code quality and coverage checks |
25 | 23 | * CI pipeline supporting: |
26 | 24 | * testing against multiple python versions |
|
0 commit comments