You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+1-10Lines changed: 1 addition & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Summary
4
4
5
-
<!-- Here goes a general summary of what this release is about -->
5
+
This release replaces [`darglint`](https://github.com/terrencepreilly/darglint) (not maintained anymore) with [`pydoclint`](https://github.com/jsh9/pydoclint) which brings performance and checks improvements. It also adds basic `flake8` checks and `mypy` fixes.
6
6
7
7
## Upgrading
8
8
@@ -60,7 +60,6 @@
60
60
# ...
61
61
```
62
62
63
-
64
63
### Cookiecutter template
65
64
66
65
- CI: The `nox` job now uses a matrix to run the different `nox` sessions in parallel. If you use branch projection with the `nox` job you need to update the rules to include each matrix job.
@@ -84,11 +83,3 @@
84
83
The output of `pip freeze` is printed to be able to more easily debug different behaviours between GitHub workflow runs and local runs.
85
84
86
85
- See the general new features section.
87
-
88
-
## Bug Fixes
89
-
90
-
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
91
-
92
-
### Cookiecutter template
93
-
94
-
<!-- Here bug fixes for cookiecutter specifically -->
0 commit comments