diff options
| -rw-r--r-- | .gitignore | 4 | ||||
| -rw-r--r-- | README.rst | 3 |
2 files changed, 5 insertions, 2 deletions
@@ -20,7 +20,7 @@ docs/site/ .pdm-python .pdm-build/ .venv/ +dist/** # vscode -.vscode/ - +.vscode/
\ No newline at end of file @@ -1,3 +1,6 @@ ❄ Nivis ======= +.. 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: Ruff
\ No newline at end of file |
