File tree Expand file tree Collapse file tree 2 files changed +25
-3
lines changed Expand file tree Collapse file tree 2 files changed +25
-3
lines changed Original file line number Diff line number Diff line change @@ -44,21 +44,20 @@ repos:
44
44
name : Prevent Commit to Main Branch
45
45
args : ["--branch", "main"]
46
46
stages : [pre-commit]
47
- # codespell - spell checker for source code
48
47
- repo : https://github.com/codespell-project/codespell
49
48
rev : v2.3.0
50
49
hooks :
51
50
- id : codespell
52
51
additional_dependencies :
53
52
- tomli
54
- # prettier - multi formatter for json, yaml, md
53
+ # prettier - multi formatter for . json, .yml, and .md files
55
54
- repo : https://github.com/pre-commit/mirrors-prettier
56
55
rev : f12edd9c7be1c20cfa42420fd0e6df71e42b51ea # frozen: v4.0.0-alpha.8
57
56
hooks :
58
57
- id : prettier
59
58
additional_dependencies :
60
59
- " prettier@^3.2.4"
61
- # docformatter - formats docstrings using PEP 257
60
+ # docformatter - PEP 257 compliant docstring formatter
62
61
- repo : https://github.com/s-weigand/docformatter
63
62
rev : 5757c5190d95e5449f102ace83df92e7d3b06c6c
64
63
hooks :
Original file line number Diff line number Diff line change
1
+ **Added: **
2
+
3
+ * <news item>
4
+
5
+ **Changed: **
6
+
7
+ * <news item>
8
+
9
+ **Deprecated: **
10
+
11
+ * <news item>
12
+
13
+ **Removed: **
14
+
15
+ * <news item>
16
+
17
+ **Fixed: **
18
+
19
+ * Update github CI to scikit-package standard
20
+
21
+ **Security: **
22
+
23
+ * <news item>
You can’t perform that action at this time.
0 commit comments