Skip to content

Commit 64e122c

Browse files
chore: Bump ruff to 0.9.9 (langgenius#13356)
1 parent d0d0bf5 commit 64e122c

File tree

3 files changed

+22
-24
lines changed

3 files changed

+22
-24
lines changed

api/.ruff.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ line-length = 120
77
quote-style = "double"
88

99
[lint]
10-
preview = true
10+
preview = false
1111
select = [
1212
"B", # flake8-bugbear rules
1313
"C4", # flake8-comprehensions
@@ -18,7 +18,6 @@ select = [
1818
"N", # pep8-naming
1919
"PT", # flake8-pytest-style rules
2020
"PLC0208", # iteration-over-set
21-
"PLC2801", # unnecessary-dunder-call
2221
"PLC0414", # useless-import-alias
2322
"PLE0604", # invalid-all-object
2423
"PLE0605", # invalid-all-format

api/poetry.lock

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

api/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,4 +174,4 @@ types-tqdm = "~4.67.0.20241221"
174174
optional = true
175175
[tool.poetry.group.lint.dependencies]
176176
dotenv-linter = "~0.5.0"
177-
ruff = "~0.9.2"
177+
ruff = "~0.9.9"

0 commit comments

Comments
 (0)