Skip to content

Commit 76e4732

Browse files
committed
Mirror: 0.11.11
1 parent 1275335 commit 76e4732

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 6 additions & 6 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.11.10.svg)](https://pypi.python.org/pypi/ruff)
5-
[![image](https://img.shields.io/pypi/l/ruff/0.11.10.svg)](https://pypi.python.org/pypi/ruff)
6-
[![image](https://img.shields.io/pypi/pyversions/ruff/0.11.10.svg)](https://pypi.python.org/pypi/ruff)
4+
[![image](https://img.shields.io/pypi/v/ruff/0.11.11.svg)](https://pypi.python.org/pypi/ruff)
5+
[![image](https://img.shields.io/pypi/l/ruff/0.11.11.svg)](https://pypi.python.org/pypi/ruff)
6+
[![image](https://img.shields.io/pypi/pyversions/ruff/0.11.11.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.11.10
23+
rev: v0.11.11
2424
hooks:
2525
# Run the linter.
2626
- id: ruff-check
@@ -34,7 +34,7 @@ To enable lint fixes, add the `--fix` argument to the lint hook:
3434
repos:
3535
- repo: https://github.com/astral-sh/ruff-pre-commit
3636
# Ruff version.
37-
rev: v0.11.10
37+
rev: v0.11.11
3838
hooks:
3939
# Run the linter.
4040
- id: ruff-check
@@ -49,7 +49,7 @@ To avoid running on Jupyter Notebooks, remove `jupyter` from the list of allowed
4949
repos:
5050
- repo: https://github.com/astral-sh/ruff-pre-commit
5151
# Ruff version.
52-
rev: v0.11.10
52+
rev: v0.11.11
5353
hooks:
5454
# Run the linter.
5555
- id: ruff-check

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.11.10",
5+
"ruff==0.11.11",
66
]

0 commit comments

Comments
 (0)