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 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.278 .svg )] ( https://pypi.python.org/pypi/ruff )
5- [ ![ image] ( https://img.shields.io/pypi/l/ruff/0.0.278 .svg )] ( https://pypi.python.org/pypi/ruff )
6- [ ![ image] ( https://img.shields.io/pypi/pyversions/ruff/0.0.278 .svg )] ( https://pypi.python.org/pypi/ruff )
4+ [ ![ image] ( https://img.shields.io/pypi/v/ruff/0.0.279 .svg )] ( https://pypi.python.org/pypi/ruff )
5+ [ ![ image] ( https://img.shields.io/pypi/l/ruff/0.0.279 .svg )] ( https://pypi.python.org/pypi/ruff )
6+ [ ![ image] ( https://img.shields.io/pypi/pyversions/ruff/0.0.279 .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
99A [ 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.278
21+ rev : v0.0.279
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.278
31+ rev : v0.0.279
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.278
42+ rev : v0.0.279
4343 hooks :
4444 - id : ruff
4545 types_or : [python, pyi, jupyter]
You can’t perform that action at this time.
0 commit comments