Skip to content

Commit dcd8eb5

Browse files
gbaian10Lee-W
authored andcommitted
build(deps-dev): bump ruff
1 parent f21bf17 commit dcd8eb5

File tree

2 files changed

+22
-21
lines changed

2 files changed

+22
-21
lines changed

poetry.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ pytest-xdist = "^3.1.0"
119119
deprecated = "^1.2.13"
120120

121121
[tool.poetry.group.linters.dependencies]
122-
ruff = ">=0.5.0,<0.10.0"
122+
ruff = "^0.11.5"
123123
pre-commit = ">=2.18,<5.0"
124124
mypy = "^1.16.0"
125125
types-deprecated = "^1.2.9.2"
@@ -182,6 +182,7 @@ commands_pre = [["poetry", "install", "--only", "main,test"]]
182182
commands = [["pytest", { replace = "posargs", extend = true }]]
183183

184184
[tool.ruff]
185+
required-version = ">=0.11.5"
185186
line-length = 88
186187

187188
[tool.ruff.lint]

0 commit comments

Comments
 (0)