We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5720bfc commit 2415d73Copy full SHA for 2415d73
pyproject.toml
@@ -156,9 +156,12 @@ ignore = [
156
"D203", # Conflicts with other rules
157
"D213", # Conflicts with other rules
158
"D417", # False positives in some occasions
159
+ "EM102", # Just annoying, not really useful
160
"FIX002", # Just annoying, not really useful
161
"PLR2004", # Just annoying, not really useful
162
"PD011", # Just annoying, not really useful
163
+ "TCH001", # Just annoying, not really useful
164
+ "TCH003", # Just annoying, not really useful
165
"S101", # assert is often used to satisfy type checking
166
"TD002", # Just annoying, not really useful
167
"TD003", # Just annoying, not really useful
0 commit comments