Skip to content

Commit d4c5ff9

Browse files
committed
.
1 parent ac02fdc commit d4c5ff9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ exclude_lines = [
129129
]
130130

131131
[tool.ruff]
132+
# preview = true # TODO - enable this when we have time to fix all the issues
132133
line-length = 99
133134
extend-exclude = [
134135
"pytest_django/_version.py",
@@ -210,6 +211,7 @@ ignore = [
210211
"D107", # Missing docstring in __init__
211212
"D200", # One-line docstring should fit on one line
212213
"D202", # No blank lines allowed after function docstring
214+
"D203", # Class definitions that are not preceded by a blank line
213215
"D205", # 1 blank line required between summary line and description
214216
"D209", # Multi-line docstring closing quotes should be on a separate line
215217
"D212", # Multi-line docstring summary should start at the first line

0 commit comments

Comments
 (0)