File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# ruff-pre-commit
2
2
3
3
[ ![ 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 )
7
7
[ ![ Actions status] ( https://github.com/astral-sh/ruff-pre-commit/workflows/main/badge.svg )] ( https://github.com/astral-sh/ruff-pre-commit/actions )
8
8
9
9
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`:
18
18
``` yaml
19
19
- repo : https://github.com/astral-sh/ruff-pre-commit
20
20
# Ruff version.
21
- rev : v0.0.281
21
+ rev : v0.0.282
22
22
hooks :
23
23
- id : ruff
24
24
` ` `
@@ -28,7 +28,7 @@ Or, to enable autofix:
28
28
` ` ` yaml
29
29
- repo : https://github.com/astral-sh/ruff-pre-commit
30
30
# Ruff version.
31
- rev : v0.0.281
31
+ rev : v0.0.282
32
32
hooks :
33
33
- id : ruff
34
34
args : [--fix, --exit-non-zero-on-fix]
@@ -39,7 +39,7 @@ To run the hook on Jupyter Notebooks too:
39
39
` ` ` yaml
40
40
- repo : https://github.com/astral-sh/ruff-pre-commit
41
41
# Ruff version.
42
- rev : v0.0.281
42
+ rev : v0.0.282
43
43
hooks :
44
44
- id : ruff
45
45
types_or : [python, pyi, jupyter]
You can’t perform that action at this time.
0 commit comments