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 b6ea67a commit 88ab70fCopy full SHA for 88ab70f
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Version 0.6.0
+## Version 0.5.5
4
5
- chore: Remove Python 3.8 (EOL).
6
- precommit: Replace docformatter with ruff's formatter.
pyproject.toml
@@ -16,6 +16,10 @@ extend-ignore = ["F821"]
16
[tool.ruff.pydocstyle]
17
convention = "google"
18
19
+[tool.ruff.format]
20
+docstring-code-format = true
21
+docstring-code-line-length = 20
22
+
23
[tool.ruff.per-file-ignores]
24
"__init__.py" = ["E402", "F401"]
25
0 commit comments