Skip to content

Commit c01c1d3

Browse files
Bump astral-sh/ruff from 0.7.1 to 0.7.4
1 parent 7621409 commit c01c1d3

File tree

3 files changed

+24
-24
lines changed

3 files changed

+24
-24
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
- id: end-of-file-fixer
88
- id: trailing-whitespace
99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.7.1
10+
rev: v0.7.4
1111
hooks:
1212
- id: ruff
1313
args: [ --fix ]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ test = [
7979
]
8080
lint = [
8181
"pre-commit==4.0.1",
82-
"ruff==0.7.1",
82+
"ruff==0.7.4",
8383
"pyright==1.1.387",
8484
]
8585
dev = [

uv.lock

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)