Skip to content

Commit 8d2604b

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
chore(internal): remove deprecated ruff config (#298)
1 parent 4025f65 commit 8d2604b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ unfixable = [
197197
"T201",
198198
"T203",
199199
]
200-
ignore-init-module-imports = true
201200

202201
[tool.ruff.lint.flake8-tidy-imports.banned-api]
203202
"functools.lru_cache".msg = "This function does not retain type information for the wrapped function's arguments; The `lru_cache` function from `_utils` should be used instead"
@@ -209,7 +208,7 @@ combine-as-imports = true
209208
extra-standard-library = ["typing_extensions"]
210209
known-first-party = ["openlayer", "tests"]
211210

212-
[tool.ruff.per-file-ignores]
211+
[tool.ruff.lint.per-file-ignores]
213212
"bin/**.py" = ["T201", "T203"]
214213
"scripts/**.py" = ["T201", "T203"]
215214
"tests/**.py" = ["T201", "T203"]

0 commit comments

Comments
 (0)