Closed Radiergummi closed 1 year ago
Thanks so much! Do you happen to know which file is triggering this? Are you able to include a snippet to reproduce it (or a link to the repo)?
Unfortunately no, I accidentally ran black after this and cannot reproduce the bug anymore :( Feel free to close the issue if this isn't helpful without a repro...
Blerg ok. I'll close for now, but please ping back here if you see this again, I'd love to help!
I just experienced a reproducible crash. This seems to be caused by the combination of
+D
and-D212
; it also prints the following warning:'one-blank-line-before-class' (D203) and 'no-blank-line-before-class' (D211) are incompatible. Ignoring 'one-blank-line-before-class'.
ruff --select D --ignore D212 src --fix
ruff.toml
: