Massimiliano Pippi d8dc0d7403
chore: move custom linter to a separate package (#4790)
* move custom linter to its own package

* install the custom linter

* fix formatting

* drop python 3.7
2023-05-04 15:49:26 +02:00

23 lines
592 B
Markdown

# haystack_linter
[![PyPI - Version](https://img.shields.io/pypi/v/haystack-linter.svg)](https://pypi.org/project/haystack-linter)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/haystack-linter.svg)](https://pypi.org/project/haystack-linter)
-----
**Table of Contents**
- [haystack\_linter](#haystack_linter)
- [Installation](#installation)
- [License](#license)
## Installation
```console
pip install haystack-linter
```
## License
`haystack-linter` is distributed under the terms of the [Apache License 2.0](https://spdx.org/licenses/Apache-2.0.html) license.