We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5fa737 commit 7131c31Copy full SHA for 7131c31
1 file changed
pyproject.toml
@@ -331,7 +331,7 @@ select = [
331
"F", # pyflakes
332
"FBT001", # flake8-boolean-trap
333
"I", # isort
334
- "ICN", # flake8-import-conventions
+ #"ICN", # flake8-import-conventions
335
"INT", # flake8-gettext
336
"PERF", # perflint
337
"PIE", # flake8-pie
@@ -342,7 +342,7 @@ select = [
342
"SIM", # flake8-simplify
343
"TCH", # flake8-type-checking
344
"TD", # flake8-todos
345
- "TID", # flake8-tidy-imports
+ #"TID", # flake8-tidy-imports
346
"TRY", # tryceratops
347
"UP", # pyupgrade
348
"W", # pycodestyle
0 commit comments