1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
From: Edward Betts <edward@4angle.com>
Date: Mon, 13 Oct 2025 17:14:19 +0100
Subject: remove badges
---
README.md | 32 --------------------------------
1 file changed, 32 deletions(-)
diff --git a/README.md b/README.md
index 1e6c2f4..4b780c3 100644
--- a/README.md
+++ b/README.md
@@ -1,35 +1,5 @@
# annotatedyaml
-<p align="center">
- <a href="https://github.com/home-assistant-libs/annotatedyaml/actions/workflows/ci.yml?query=branch%3Amain">
- <img src="https://img.shields.io/github/actions/workflow/status/home-assistant-libs/annotatedyaml/ci.yml?branch=main&label=CI&logo=github&style=flat-square" alt="CI Status" >
- </a>
- <a href="https://annotatedyaml.readthedocs.io">
- <img src="https://img.shields.io/readthedocs/annotatedyaml.svg?logo=read-the-docs&logoColor=fff&style=flat-square" alt="Documentation Status">
- </a>
- <a href="https://codecov.io/gh/home-assistant-libs/annotatedyaml">
- <img src="https://img.shields.io/codecov/c/github/home-assistant-libs/annotatedyaml.svg?logo=codecov&logoColor=fff&style=flat-square" alt="Test coverage percentage">
- </a>
-</p>
-<p align="center">
- <a href="https://github.com/astral-sh/uv">
- <img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json" alt="uv">
- </a>
- <a href="https://github.com/astral-sh/ruff">
- <img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json" alt="Ruff">
- </a>
- <a href="https://github.com/pre-commit/pre-commit">
- <img src="https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=flat-square" alt="pre-commit">
- </a>
-</p>
-<p align="center">
- <a href="https://pypi.org/project/annotatedyaml/">
- <img src="https://img.shields.io/pypi/v/annotatedyaml.svg?logo=python&logoColor=fff&style=flat-square" alt="PyPI Version">
- </a>
- <img src="https://img.shields.io/pypi/pyversions/annotatedyaml.svg?style=flat-square&logo=python&logoColor=fff" alt="Supported Python versions">
- <img src="https://img.shields.io/pypi/l/annotatedyaml.svg?style=flat-square" alt="License">
-</p>
-
---
**Documentation**: <a href="https://annotatedyaml.readthedocs.io" target="_blank">https://annotatedyaml.readthedocs.io </a>
@@ -61,8 +31,6 @@ This project follows the [all-contributors](https://github.com/all-contributors/
## Credits
-[](https://github.com/copier-org/copier)
-
This package was created with
[Copier](https://copier.readthedocs.io/) and the
[browniebroke/pypackage-template](https://github.com/browniebroke/pypackage-template)
|