Skip to content

Commit aca6d4c

Browse files
committed
Mirror: 0.15.8
1 parent 1fb375a commit aca6d4c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 7 additions & 7 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.7.svg)](https://pypi.python.org/pypi/ruff)
5-
[![image](https://img.shields.io/pypi/l/ruff/0.15.7.svg)](https://pypi.python.org/pypi/ruff)
6-
[![image](https://img.shields.io/pypi/pyversions/ruff/0.15.7.svg)](https://pypi.python.org/pypi/ruff)
4+
[![image](https://img.shields.io/pypi/v/ruff/0.15.8.svg)](https://pypi.python.org/pypi/ruff)
5+
[![image](https://img.shields.io/pypi/l/ruff/0.15.8.svg)](https://pypi.python.org/pypi/ruff)
6+
[![image](https://img.shields.io/pypi/pyversions/ruff/0.15.8.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.7
23+
rev: v0.15.8
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.7
37+
rev: v0.15.8
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.15.7
52+
rev: v0.15.8
5353
hooks:
5454
# Run the linter.
5555
- id: ruff-check
@@ -66,7 +66,7 @@ To lint `pyproject.toml`, add `pyproject` to the list of allowed filetypes (requ
6666
repos:
6767
- repo: https://github.com/astral-sh/ruff-pre-commit
6868
# Ruff version.
69-
rev: v0.15.7
69+
rev: v0.15.8
7070
hooks:
7171
# Run the linter.
7272
- 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.7",
5+
"ruff==0.15.8",
66
]

0 commit comments

Comments
 (0)