Skip to content

Commit 5dd0557

Browse files
committed
Bump ruff, 0.9.3 -> 0.9.4
Signed-off-by: andrew000 <[email protected]>
1 parent 59c571b commit 5dd0557

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
- id: "check-json"
2222

2323
- repo: https://github.com/charliermarsh/ruff-pre-commit
24-
rev: v0.9.3
24+
rev: v0.9.4
2525
hooks:
2626
- id: ruff
2727
args: [ "--fix" ]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ package = true
1717
dev = [
1818
"isort==5.13.2",
1919
"pre-commit==4.1.0",
20-
"ruff==0.9.3",
20+
"ruff==0.9.4",
2121
"nose2==0.15.1",
2222
]
2323
lint = [

0 commit comments

Comments
 (0)