📝 Write and configure documentation

This commit is contained in:
2023-03-11 16:17:12 +01:00
parent 72218fd2cb
commit 21c201b681
8 changed files with 234 additions and 25 deletions
+1
View File
@@ -120,6 +120,7 @@ ignore = [
"D203", # 1 blank line required before class docstring -> D211 is better
"D212", # Multi-line docstring summary should start at the first line -> ugly, D212 is better
"D401", # First line of docstring should be in imperative mood -> no, it shouldn't
"D407", # Missing dashed underline after section -> different docstring style
]
[tool.ruff.per-file-ignores]