Skip to content

Commit 0e2a995

Browse files
ckunkitomuben
andauthored
Fixed changelog and isort configuration (#238)
* Fixed changelog and black configuration * Fixed list of versions in changelog Co-authored-by: Thomas Ubensee <[email protected]>
1 parent 223a124 commit 0e2a995

File tree

2 files changed

+32
-3
lines changed

2 files changed

+32
-3
lines changed

doc/changes/changelog.md

+15-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
# Changelog
1+
# Changes
22

3-
* [0.1.1](changes_0.1.1.md)
4-
* [0.1.0](changes_0.1.0.md)
3+
* [unreleased](unreleased.md)
4+
* [0.2.0](changes_0.2.0.md)
5+
* [0.1.0](changes_0.1.0.md)
6+
7+
<!--- This MyST Parser Sphinx directive is necessary to keep Sphinx happy. We need list here all release letters again, because release droid and other scripts assume Markdown --->
8+
```{toctree}
9+
---
10+
hidden:
11+
---
12+
unreleased
13+
changes_0.2.0
14+
changes_0.1.0
15+
16+
```

pyproject.toml

+17
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,20 @@ ignore_errors = true
7373

7474
[tool.pylint.master]
7575
fail-under = 6.0
76+
77+
78+
79+
[tool.black]
80+
line-length = 88
81+
verbose = false
82+
include = "\\.pyi?$"
83+
84+
85+
[tool.isort]
86+
profile = "black"
87+
force_grid_wrap = 2
88+
89+
90+
[tool.pylint.format]
91+
max-line-length = 88
92+
max-module-lines = 800

0 commit comments

Comments
 (0)