Skip to content

Commit bdbcd6d

Browse files
chore(internal): updates (#467)
1 parent dfd22f9 commit bdbcd6d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ unfixable = [
195195
"T201",
196196
"T203",
197197
]
198-
ignore-init-module-imports = true
199198

200199
[tool.ruff.lint.flake8-tidy-imports.banned-api]
201200
"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"
@@ -207,7 +206,7 @@ combine-as-imports = true
207206
extra-standard-library = ["typing_extensions"]
208207
known-first-party = ["finch", "tests"]
209208

210-
[tool.ruff.per-file-ignores]
209+
[tool.ruff.lint.per-file-ignores]
211210
"bin/**.py" = ["T201", "T203"]
212211
"scripts/**.py" = ["T201", "T203"]
213212
"tests/**.py" = ["T201", "T203"]

0 commit comments

Comments
 (0)