Skip to content

Commit 2415d73

Browse files
authored
A few small improvements to the linter config (#567)
1 parent 5720bfc commit 2415d73

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,12 @@ ignore = [
156156
"D203", # Conflicts with other rules
157157
"D213", # Conflicts with other rules
158158
"D417", # False positives in some occasions
159+
"EM102", # Just annoying, not really useful
159160
"FIX002", # Just annoying, not really useful
160161
"PLR2004", # Just annoying, not really useful
161162
"PD011", # Just annoying, not really useful
163+
"TCH001", # Just annoying, not really useful
164+
"TCH003", # Just annoying, not really useful
162165
"S101", # assert is often used to satisfy type checking
163166
"TD002", # Just annoying, not really useful
164167
"TD003", # Just annoying, not really useful

0 commit comments

Comments
 (0)