Skip to content

Commit

Permalink
docs: rearrange and rename and add badges to meet current feature set
Browse files Browse the repository at this point in the history
  • Loading branch information
jenstroeger committed Feb 12, 2023
1 parent f988bc4 commit bec1f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![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/)
[![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)

# Python Package Template

Expand Down

0 comments on commit bec1f17

Please sign in to comment.