Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6c0ceac

Browse files
Bump README.md version to 0.0.282
1 parent ade96e2 commit 6c0ceac

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# ruff-pre-commit
22

33
[![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)
4-
[![image](https://img.shields.io/pypi/v/ruff/0.0.281.svg)](https://pypi.python.org/pypi/ruff)
5-
[![image](https://img.shields.io/pypi/l/ruff/0.0.281.svg)](https://pypi.python.org/pypi/ruff)
6-
[![image](https://img.shields.io/pypi/pyversions/ruff/0.0.281.svg)](https://pypi.python.org/pypi/ruff)
4+
[![image](https://img.shields.io/pypi/v/ruff/0.0.282.svg)](https://pypi.python.org/pypi/ruff)
5+
[![image](https://img.shields.io/pypi/l/ruff/0.0.282.svg)](https://pypi.python.org/pypi/ruff)
6+
[![image](https://img.shields.io/pypi/pyversions/ruff/0.0.282.svg)](https://pypi.python.org/pypi/ruff)
77
[![Actions status](https://github.com/astral-sh/ruff-pre-commit/workflows/main/badge.svg)](https://github.com/astral-sh/ruff-pre-commit/actions)
88

99
A [pre-commit](https://pre-commit.com/) hook for [Ruff](https://github.com/astral-sh/ruff).
@@ -18,7 +18,7 @@ Add this to your `.pre-commit-config.yaml`:
1818
```yaml
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
2020
# Ruff version.
21-
rev: v0.0.281
21+
rev: v0.0.282
2222
hooks:
2323
- id: ruff
2424
```
@@ -28,7 +28,7 @@ Or, to enable autofix:
2828
```yaml
2929
- repo: https://github.com/astral-sh/ruff-pre-commit
3030
# Ruff version.
31-
rev: v0.0.281
31+
rev: v0.0.282
3232
hooks:
3333
- id: ruff
3434
args: [--fix, --exit-non-zero-on-fix]
@@ -39,7 +39,7 @@ To run the hook on Jupyter Notebooks too:
3939
```yaml
4040
- repo: https://github.com/astral-sh/ruff-pre-commit
4141
# Ruff version.
42-
rev: v0.0.281
42+
rev: v0.0.282
4343
hooks:
4444
- id: ruff
4545
types_or: [python, pyi, jupyter]

0 commit comments

Comments
 (0)