Skip to content

Commit 45c1a2f

Browse files
gbaian10Lee-W
authored andcommitted
build(deps-dev): bump ruff
1 parent 3257de4 commit 45c1a2f

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
@@ -118,7 +118,7 @@ pytest-xdist = "^3.1.0"
118118
deprecated = "^1.2.13"
119119

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

183183
[tool.ruff]
184+
required-version = ">=0.11.5"
184185
line-length = 88
185186

186187
[tool.ruff.lint]

0 commit comments

Comments
 (0)