Skip to content

Commit 7131c31

Browse files
committed
Ruff config: temporarily skip import checks
1 parent b5fa737 commit 7131c31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ select = [
331331
"F", # pyflakes
332332
"FBT001", # flake8-boolean-trap
333333
"I", # isort
334-
"ICN", # flake8-import-conventions
334+
#"ICN", # flake8-import-conventions
335335
"INT", # flake8-gettext
336336
"PERF", # perflint
337337
"PIE", # flake8-pie
@@ -342,7 +342,7 @@ select = [
342342
"SIM", # flake8-simplify
343343
"TCH", # flake8-type-checking
344344
"TD", # flake8-todos
345-
"TID", # flake8-tidy-imports
345+
#"TID", # flake8-tidy-imports
346346
"TRY", # tryceratops
347347
"UP", # pyupgrade
348348
"W", # pycodestyle

0 commit comments

Comments
 (0)