File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
crates/ruff_linter/src/rules/pydocstyle/rules Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ use crate::registry::Rule;
3434///
3535/// ```python
3636/// class PhotoMetadata:
37+ ///
3738/// """Metadata about a photo."""
3839/// ```
3940///
@@ -125,6 +126,7 @@ impl AlwaysFixableViolation for OneBlankLineAfterClass {
125126///
126127/// ```python
127128/// class PhotoMetadata:
129+ ///
128130/// """Metadata about a photo."""
129131/// ```
130132///
Original file line number Diff line number Diff line change 3434 "bad-quotes-inline-string" ,
3535 "bad-quotes-multiline-string" ,
3636 "blank-line-after-decorator" ,
37+ "blank-line-before-class" ,
3738 "blank-line-between-methods" ,
3839 "blank-lines-after-function-or-class" ,
3940 "blank-lines-before-nested-definition" ,
6768 "no-space-after-inline-comment" ,
6869 "non-empty-stub-body" ,
6970 "one-blank-line-after-class" ,
71+ "one-blank-line-before-class" ,
7072 "over-indentation" ,
7173 "over-indented" ,
7274 "pass-statement-stub-body" ,
You can’t perform that action at this time.
0 commit comments