We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
UP
TC
1 parent d46e49c commit b4bb2dcCopy full SHA for b4bb2dc
1 file changed
pyproject.toml
@@ -229,6 +229,10 @@ select = [
229
"TC006",
230
]
231
ignore = ["E501", "D1", "D415"]
232
+extend-safe-fixes = [
233
+ "TC", # Move imports inside/outside TYPE_CHECKING blocks
234
+ "UP", # Update syntaxes for current Python version recommendations
235
+]
236
237
[tool.ruff.lint.per-file-ignores]
238
"tests/*" = ["ANN", "S101"]
0 commit comments