Skip to content

Commit 03bdfc7

Browse files
grischeido50
authored andcommitted
feat: bump ruff to v0.15.0
the latest version of ruff contains better detected for unnecessary lambda functions that was fixed as part of the refactoring.
1 parent 1293b34 commit 03bdfc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ classifiers = [
4343
[project.optional-dependencies]
4444
test = ["pytest~=7.1.3"]
4545
lint = [
46-
"ruff~=0.14.3",
46+
"ruff~=0.15.0",
4747
"mypy~=1.19.1",
4848
"importlib-metadata", # required by mypy for all Python versions
4949
]

0 commit comments

Comments
 (0)