Skip to content

Commit 22f0422

Browse files
Mirror: 0.15.16
1 parent 0671d8a commit 22f0422

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 8 additions & 8 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.15.15.svg)](https://pypi.python.org/pypi/ruff)
5-
[![image](https://img.shields.io/pypi/l/ruff/0.15.15.svg)](https://pypi.python.org/pypi/ruff)
6-
[![image](https://img.shields.io/pypi/pyversions/ruff/0.15.15.svg)](https://pypi.python.org/pypi/ruff)
4+
[![image](https://img.shields.io/pypi/v/ruff/0.15.16.svg)](https://pypi.python.org/pypi/ruff)
5+
[![image](https://img.shields.io/pypi/l/ruff/0.15.16.svg)](https://pypi.python.org/pypi/ruff)
6+
[![image](https://img.shields.io/pypi/pyversions/ruff/0.15.16.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.15.15
23+
rev: v0.15.16
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.15.15
37+
rev: v0.15.16
3838
hooks:
3939
# Run the linter.
4040
- id: ruff-check
@@ -50,7 +50,7 @@ When using inline YAML lists, quote arguments that contain commas:
5050
repos:
5151
- repo: https://github.com/astral-sh/ruff-pre-commit
5252
# Ruff version.
53-
rev: v0.15.15
53+
rev: v0.15.16
5454
hooks:
5555
# Run the linter.
5656
- id: ruff-check
@@ -63,7 +63,7 @@ To avoid running on Jupyter Notebooks, remove `jupyter` from the list of allowed
6363
repos:
6464
- repo: https://github.com/astral-sh/ruff-pre-commit
6565
# Ruff version.
66-
rev: v0.15.15
66+
rev: v0.15.16
6767
hooks:
6868
# Run the linter.
6969
- id: ruff-check
@@ -80,7 +80,7 @@ To lint `pyproject.toml`, add `pyproject` to the list of allowed filetypes (requ
8080
repos:
8181
- repo: https://github.com/astral-sh/ruff-pre-commit
8282
# Ruff version.
83-
rev: v0.15.15
83+
rev: v0.15.16
8484
hooks:
8585
# Run the linter.
8686
- 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.15.15",
5+
"ruff==0.15.16",
66
]

0 commit comments

Comments
 (0)