Skip to content

Commit 1f1e8bf

Browse files
Mirror: 0.16.5
1 parent e4c52d6 commit 1f1e8bf

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 9 additions & 9 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.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

99
A [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
2020
repos:
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:
3636
repos:
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:
5252
repos:
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
6565
repos:
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
8282
repos:
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]]
114114
repo = "https://github.com/astral-sh/ruff-pre-commit"
115-
rev = "v0.16.4" # Ruff version.
115+
rev = "v0.16.5" # Ruff version.
116116
hooks = [
117117
# Run the linter.
118118
{ id = "ruff-check", args = ["--fix"], types_or = ["python", "pyi"] },

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
name = "ruff-pre-commit"
33
version = "0.0.0"
44
dependencies = [
5-
"ruff==0.16.4",
5+
"ruff==0.16.5",
66
]

0 commit comments

Comments
 (0)