From 4dc1dad96fa091f153432e7a5e3b27ac89722210 Mon Sep 17 00:00:00 2001 From: Tayfun Bocek Date: Wed, 13 Mar 2024 18:15:03 +0300 Subject: [PATCH] Add some cool badges. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 415fd84..6fd345a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ A library designed to ease the use of the vShield API when using python. Almost all functionality of the API is implemented and with (mostly) proper exceptions. +[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) + [![Read the Docs](https://readthedocs.org/projects/vshieldpy/badge/?version=latest)](https://about.readthedocs.com/?ref=readthedocs.com) [![Python package](https://github.com/airblast-dev/vshieldpy/actions/workflows/python-package.yml/badge.svg)](https://github.com/airblast-dev/vshieldpy/actions/workflows/python-package.yml) [![Testing and Linting](https://github.com/airblast-dev/vshieldpy/actions/workflows/python-package.yml/badge.svg)](https://github.com/airblast-dev/vshieldpy/actions/workflows/python-package.yml) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) + > **_NOTE:_** This is an unofficial library for the vShield API. There-for vShield is not responsible for any issues regarding this library.