Skip to content

Commit 137adc1

Browse files
committed
docs: rearrange and rename and add badges to meet current feature set
1 parent ba77a96 commit 137adc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![license](https://img.shields.io/badge/license-MIT-blue) [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-yellow?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit) [![conventional-commits](https://img.shields.io/badge/conventional%20commits-1.0.0-yellow)](https://www.conventionalcommits.org/en/v1.0.0/) [![black](https://img.shields.io/badge/code%20style-black-000000)](https://github.com/psf/black) [![mypy](https://img.shields.io/badge/mypy-checked-brightgreen)](http://mypy-lang.org/) [![pylint](https://img.shields.io/badge/pylint-required%2010.0-brightgreen)](http://pylint.org/) [![pytest](https://img.shields.io/badge/pytest-enabled-brightgreen)](https://github.com/pytest-dev/pytest) [![coverage](https://img.shields.io/badge/coverage-required%20100%25-brightgreen)](https://github.com/nedbat/coveragepy) [![hypothesis](https://img.shields.io/badge/hypothesis-tested-brightgreen.svg)](https://hypothesis.readthedocs.io/)
1+
[![license](https://img.shields.io/badge/license-MIT-blue)](https://github.com/jenstroeger/python-package-template/blob/main/LICENSE.md) [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-yellow?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit) [![conventional-commits](https://img.shields.io/badge/conventional%20commits-1.0.0-yellow)](https://www.conventionalcommits.org/en/v1.0.0/) [![black](https://img.shields.io/badge/code%20style-black-black)](https://github.com/psf/black) [![bandit](https://img.shields.io/badge/security-bandit-plum)](https://github.com/PyCQA/bandit) [![codeql](https://img.shields.io/badge/security-CodeQL-plum)](https://github.com/github/codeql) [![mypy](https://img.shields.io/badge/code%20qa-mypy-teal)](http://mypy-lang.org/) [![flake8](https://img.shields.io/badge/code%20qa-flake8-teal)](https://flake8.pycqa.org/) [![pylint](https://img.shields.io/badge/code%20qa-pylint%2010%2F10-teal)](http://pylint.org/) [![pytest](https://img.shields.io/badge/testing-pytest-brightgreen)](https://github.com/pytest-dev/pytest) [![hypothesis](https://img.shields.io/badge/testing-hypothesis-brightgreen)](https://hypothesis.works/) [![coverage](https://img.shields.io/badge/testing-coverage%20100%25-brightgreen)](https://github.com/nedbat/coveragepy)
22

33
# Python Package Template
44

0 commit comments

Comments
 (0)