Skip to content

Commit ac6a850

Browse files
Merge pull request #486 from robbievanleeuwen/dependency/ruff-0.7.4
Bump astral-sh/ruff from 0.7.1 to 0.7.4
2 parents da4970a + d581036 commit ac6a850

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
@@ -78,7 +78,7 @@ docs = [
7878
]
7979
lint = [
8080
"pre-commit==4.0.1",
81-
"ruff==0.7.1",
81+
"ruff==0.7.4",
8282
"pyright==1.1.387",
8383
]
8484
test = [

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)