We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
flake8-type-checking
1 parent 57136bc commit 3deb0c3Copy full SHA for 3deb0c3
.ruff.toml
@@ -27,3 +27,7 @@ select = [
27
ignore = [
28
"E501", # Ignore line length errors (we use auto-formatting)
29
]
30
+
31
+[lint.flake8-type-checking]
32
+exempt-modules = []
33
+strict = true
0 commit comments