Skip to content

Commit 09d3f0f

Browse files
committed
this is supposed to be older
1 parent d95fb8b commit 09d3f0f

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
@@ -12,7 +12,7 @@ repos:
1212
- id: mixed-line-ending
1313
args: [ --fix=lf ]
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.8.6 # ruff version
15+
rev: v0.5.0 # ruff version
1616
hooks:
1717
- id: ruff-format
1818
- id: ruff

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ tests = [
3131
]
3232
dev = [
3333
"maturin",
34-
"ruff==0.8.6",
34+
"ruff==0.5.0",
3535
"pre-commit>=4.0.1",
3636
]
3737

0 commit comments

Comments
 (0)