diff --git a/UPSTREAM_README.md b/UPSTREAM_README.md index 73ce6bcd..dc2bd8ba 100644 --- a/UPSTREAM_README.md +++ b/UPSTREAM_README.md @@ -1,4 +1,4 @@ -[![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/) [![flake](https://img.shields.io/badge/code%20qa-flake-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) +[![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