Skip to content

Commit 065d7bf

Browse files
committed
chore: pin ruff to version 0.8.2
1 parent 6f9dffd commit 065d7bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Changelog = "https://ethereum.github.io/execution-spec-tests/main/CHANGELOG/"
6262
[project.optional-dependencies]
6363
test = ["pytest-cov>=4.1.0,<5"]
6464
lint = [
65-
"ruff>=0.0.285",
65+
"ruff==0.8.2",
6666
"mypy==0.991; implementation_name == 'cpython'",
6767
"types-requests"
6868
]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)