Skip to content

Commit 88ab70f

Browse files
committed
update changelog and add ruff documentor settings
1 parent b6ea67a commit 88ab70f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Version 0.6.0
3+
## Version 0.5.5
44

55
- chore: Remove Python 3.8 (EOL).
66
- precommit: Replace docformatter with ruff's formatter.

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ extend-ignore = ["F821"]
1616
[tool.ruff.pydocstyle]
1717
convention = "google"
1818

19+
[tool.ruff.format]
20+
docstring-code-format = true
21+
docstring-code-line-length = 20
22+
1923
[tool.ruff.per-file-ignores]
2024
"__init__.py" = ["E402", "F401"]
2125

0 commit comments

Comments
 (0)