Skip to content

Commit 24d039e

Browse files
committed
Mirror: 0.6.2
1 parent 8b5112a commit 24d039e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

+6-6
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.6.1.svg)](https://pypi.python.org/pypi/ruff)
5-
[![image](https://img.shields.io/pypi/l/ruff/0.6.1.svg)](https://pypi.python.org/pypi/ruff)
6-
[![image](https://img.shields.io/pypi/pyversions/ruff/0.6.1.svg)](https://pypi.python.org/pypi/ruff)
4+
[![image](https://img.shields.io/pypi/v/ruff/0.6.2.svg)](https://pypi.python.org/pypi/ruff)
5+
[![image](https://img.shields.io/pypi/l/ruff/0.6.2.svg)](https://pypi.python.org/pypi/ruff)
6+
[![image](https://img.shields.io/pypi/pyversions/ruff/0.6.2.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).
@@ -19,7 +19,7 @@ To run Ruff's [linter](https://docs.astral.sh/ruff/linter) and [formatter](https
1919
```yaml
2020
- repo: https://github.com/astral-sh/ruff-pre-commit
2121
# Ruff version.
22-
rev: v0.6.1
22+
rev: v0.6.2
2323
hooks:
2424
# Run the linter.
2525
- id: ruff
@@ -32,7 +32,7 @@ To enable lint fixes, add the `--fix` argument to the lint hook:
3232
```yaml
3333
- repo: https://github.com/astral-sh/ruff-pre-commit
3434
# Ruff version.
35-
rev: v0.6.1
35+
rev: v0.6.2
3636
hooks:
3737
# Run the linter.
3838
- id: ruff
@@ -46,7 +46,7 @@ To avoid running on Jupyter Notebooks, remove `jupyter` from the list of allowed
4646
```yaml
4747
- repo: https://github.com/astral-sh/ruff-pre-commit
4848
# Ruff version.
49-
rev: v0.6.1
49+
rev: v0.6.2
5050
hooks:
5151
# Run the linter.
5252
- id: ruff

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "ruff-pre-commit"
33
version = "0.0.0"
44
dependencies = [
5-
"ruff==0.6.1",
5+
"ruff==0.6.2",
66
]
77

88
[project.optional-dependencies]

0 commit comments

Comments
 (0)