-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
After #567 we excluded as many as possible of ruffs errors. We should slowly bring them back.
Lines 13 to 20 in 0b85016
extend-ignore = [ | |
"D213", "D203", "D401", | |
"D100", "D101", "D102", "D103", "D105", "D107", | |
"D200", "D202", "D205", "D207", "D212", | |
"D400", "D404", "D405", "D406", "D407", "D409", "D410", "D411", "D412", "D413", "D414", "D415", "D416", "D417", | |
"C400", "C408", "C410", "C416", | |
"C901", | |
"N802", "N803", "N806", "N818" |
Metadata
Metadata
Assignees
Labels
No labels