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.16.4 .svg )] ( https://pypi.python.org/pypi/ruff )
5- [ ![ image] ( https://img.shields.io/pypi/l/ruff/0.16.4 .svg )] ( https://pypi.python.org/pypi/ruff )
6- [ ![ image] ( https://img.shields.io/pypi/pyversions/ruff/0.16.4 .svg )] ( https://pypi.python.org/pypi/ruff )
4+ [ ![ image] ( https://img.shields.io/pypi/v/ruff/0.16.5 .svg )] ( https://pypi.python.org/pypi/ruff )
5+ [ ![ image] ( https://img.shields.io/pypi/l/ruff/0.16.5 .svg )] ( https://pypi.python.org/pypi/ruff )
6+ [ ![ image] ( https://img.shields.io/pypi/pyversions/ruff/0.16.5 .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 ) .
@@ -20,7 +20,7 @@ To run Ruff's [linter](https://docs.astral.sh/ruff/linter) and [formatter](https
2020repos :
2121- repo : https://github.com/astral-sh/ruff-pre-commit
2222 # Ruff version.
23- rev : v0.16.4
23+ rev : v0.16.5
2424 hooks :
2525 # Run the linter.
2626 - id : ruff-check
@@ -36,7 +36,7 @@ To enable lint fixes, add the `--fix` argument to the lint hook:
3636repos:
3737- repo: https://github.com/astral-sh/ruff-pre-commit
3838 # Ruff version.
39- rev: v0.16.4
39+ rev: v0.16.5
4040 hooks:
4141 # Run the linter.
4242 - id: ruff-check
@@ -52,7 +52,7 @@ When using inline YAML lists, quote arguments that contain commas:
5252repos:
5353- repo: https://github.com/astral-sh/ruff-pre-commit
5454 # Ruff version.
55- rev: v0.16.4
55+ rev: v0.16.5
5656 hooks:
5757 # Run the linter.
5858 - id: ruff-check
@@ -65,7 +65,7 @@ To avoid running on Jupyter Notebooks, remove `jupyter` from the list of allowed
6565repos:
6666- repo: https://github.com/astral-sh/ruff-pre-commit
6767 # Ruff version.
68- rev: v0.16.4
68+ rev: v0.16.5
6969 hooks:
7070 # Run the linter.
7171 - id: ruff-check
@@ -82,7 +82,7 @@ To lint `pyproject.toml`, add `pyproject` to the list of allowed filetypes (requ
8282repos:
8383- repo: https://github.com/astral-sh/ruff-pre-commit
8484 # Ruff version.
85- rev: v0.16.4
85+ rev: v0.16.5
8686 hooks:
8787 # Run the linter.
8888 - id: ruff-check
@@ -112,7 +112,7 @@ equivalent to the `.pre-commit-config.yaml` configuration:
112112` ` ` toml
113113[[repos]]
114114repo = "https://github.com/astral-sh/ruff-pre-commit"
115- rev = "v0.16.4 " # Ruff version.
115+ rev = "v0.16.5 " # Ruff version.
116116hooks = [
117117 # Run the linter.
118118 { id = "ruff-check", args = ["--fix"], types_or = ["python", "pyi"] },
0 commit comments