diff --git a/README.md b/README.md index b44e2d3..40b3488 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ -
- def-form logo - -

Python function definition formatter

- - [![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) - [![PyPI](https://img.shields.io/pypi/v/def-form.svg)](https://pypi.python.org/pypi/def-form) - [![PyPI](https://img.shields.io/pypi/dm/def-form.svg)](https://pypi.python.org/pypi/def-form) - [![Coverage Status](https://coveralls.io/repos/github/TopNik073/def-form/badge.svg?branch=init)](https://coveralls.io/github/TopNik073/def-form?branch=init) - -
+

+ def-form logo
+ Python function definition formatter +

+ +

+ Ruff + PyPI version + PyPI downloads + Coverage Status +

## Overview @@ -161,4 +161,4 @@ exclude = [ # Files or directories you want to exclude '.venv', 'migrations' ] -``` \ No newline at end of file +```