From bec1f17844592262030c12279704ba28abc7e4ac Mon Sep 17 00:00:00 2001 From: Jens Troeger Date: Thu, 7 Jul 2022 07:25:09 +1000 Subject: [PATCH] docs: rearrange and rename and add badges to meet current feature set --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a70e3e45..8b172249 100644 --- a/README.md +++ b/README.md @@ -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