Skip to content

Commit

Permalink
Add CI status badge; remove extra badges (had enough fun).
Browse files Browse the repository at this point in the history
  • Loading branch information
Sachaa-Thanasius committed Aug 29, 2024
1 parent 3e3ecd1 commit 36c9d79
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,16 @@
deferred
========

|License| |Pyright| |Ruff| |pre-commit|
|CI Status| |License|

.. |CI Status| image:: https://github.com/Sachaa-Thanasius/deferred/actions/workflows/ci.yml/badge.svg
:target: https://github.com/Sachaa-Thanasius/deferred/actions/workflows/ci.yml
:alt: CI Status

.. |License| image:: https://img.shields.io/github/license/Sachaa-Thanasius/deferred.svg
:target: https://opensource.org/licenses/MIT
:alt: License: MIT

.. |Pyright| image:: https://img.shields.io/badge/pyright-checked-informational.svg
:target: https://github.com/microsoft/pyright/
:alt: Type-checker: Pyright

.. |Ruff| image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json
:target: https://github.com/astral-sh/ruff
:alt: Linter and Formatter: Ruff

.. |pre-commit| image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit
:target: https://github.com/pre-commit/pre-commit
:alt: pre-commit

An pure-Python implementation of PEP 690–esque lazy imports, but at a user's behest within a ``defer_imports_until_use`` context manager.


Expand Down

0 comments on commit 36c9d79

Please sign in to comment.