We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ff0f8a commit 234b6feCopy full SHA for 234b6fe
pyproject.toml
@@ -145,7 +145,7 @@ ignore = [
145
"RUF001", # leave my smart characters alone
146
"SLF001", # private members are accessed by friendly functions
147
"T201", # prints are fine
148
- "TCH", # TYPE_CHECKING blocks break autodocs
+ "TC", # TYPE_CHECKING blocks break autodocs
149
"TD", # we don't follow other people's todo style
150
"TID252", # Relative imports are fine
151
"TRY003", # simple strings are fine
0 commit comments