We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac02fdc commit d4c5ff9Copy full SHA for d4c5ff9
1 file changed
pyproject.toml
@@ -129,6 +129,7 @@ exclude_lines = [
129
]
130
131
[tool.ruff]
132
+# preview = true # TODO - enable this when we have time to fix all the issues
133
line-length = 99
134
extend-exclude = [
135
"pytest_django/_version.py",
@@ -210,6 +211,7 @@ ignore = [
210
211
"D107", # Missing docstring in __init__
212
"D200", # One-line docstring should fit on one line
213
"D202", # No blank lines allowed after function docstring
214
+ "D203", # Class definitions that are not preceded by a blank line
215
"D205", # 1 blank line required between summary line and description
216
"D209", # Multi-line docstring closing quotes should be on a separate line
217
"D212", # Multi-line docstring summary should start at the first line
0 commit comments