We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9430c1a commit 8dc8451Copy full SHA for 8dc8451
ruff.toml
@@ -7,13 +7,14 @@ quote-style = "single"
7
[lint.flake8-quotes]
8
inline-quotes = "single"
9
10
+[lint.pydocstyle]
11
+convention = "pep257"
12
+
13
[lint]
14
select = ["ALL"]
15
preview = true
16
ignore = [
17
"CPY001", # Missing copyright notice at top of file
- "D213", # multi-line-summary-second-line. Incompatible with multi-line-summary-first-line (D212)
- "D203", # one-blank-line-before-class. Incompatible with no-blank-line-before-class (D211)
18
"INP001", # We use namespace packages in this project
19
]
20
0 commit comments