mirror of https://github.com/astral-sh/ruff
Add linting badge that can be used to display usage (#3938)
This commit is contained in:
parent
e96092291d
commit
1d165f7e9d
22
README.md
22
README.md
|
|
@ -397,6 +397,28 @@ Ruff is used by a number of major open-source projects and companies, including:
|
||||||
- [meson-python](https://github.com/mesonbuild/meson-python)
|
- [meson-python](https://github.com/mesonbuild/meson-python)
|
||||||
- [nox](https://github.com/wntrblm/nox)
|
- [nox](https://github.com/wntrblm/nox)
|
||||||
|
|
||||||
|
### Show Your Support
|
||||||
|
|
||||||
|
If you're using Ruff, consider adding the Ruff badge to project's `README.md`:
|
||||||
|
|
||||||
|
```md
|
||||||
|
[](https://github.com/charliermarsh/ruff)
|
||||||
|
```
|
||||||
|
|
||||||
|
...or `README.rst`:
|
||||||
|
|
||||||
|
```rst
|
||||||
|
.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json
|
||||||
|
:target: https://github.com/charliermarsh/ruff
|
||||||
|
:alt: Ruff
|
||||||
|
```
|
||||||
|
|
||||||
|
...or, as HTML:
|
||||||
|
|
||||||
|
```html
|
||||||
|
<a href="https://github.com/charliermarsh/ruff"><img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json" alt="Ruff" style="max-width:100%;"></a>
|
||||||
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
MIT
|
MIT
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue