Skip to content

Commit 3d8e8cb

Browse files
committed
chore(deps,tooling): bump ruff to latest version
1 parent 9e4ea4f commit 3d8e8cb

File tree

2 files changed

+28
-23
lines changed

2 files changed

+28
-23
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,11 @@ Changelog = "https://eest.ethereum.org/main/CHANGELOG/"
6161

6262
[project.optional-dependencies]
6363
test = ["pytest-cov>=4.1.0,<5"]
64-
lint = ["ruff==0.11.8", "mypy>=1.15.0,<1.16", "types-requests>=2.31,<2.33"]
64+
lint = [
65+
"ruff==0.13.2",
66+
"mypy>=1.15.0,<1.16",
67+
"types-requests>=2.31,<2.33",
68+
]
6569
docs = [
6670
"cairosvg>=2.7.0,<3",
6771
"codespell>=2.4.1,<3",

uv.lock

Lines changed: 23 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)