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:
4444 name : Prevent Commit to Main Branch
4545 args : ["--branch", "main"]
4646 stages : [pre-commit]
47- # codespell - spell checker for source code
4847 - repo : https://github.com/codespell-project/codespell
4948 rev : v2.3.0
5049 hooks :
5150 - id : codespell
5251 additional_dependencies :
5352 - tomli
54- # prettier - multi formatter for json, yaml, md
53+ # prettier - multi formatter for . json, .yml, and .md files
5554 - repo : https://github.com/pre-commit/mirrors-prettier
5655 rev : f12edd9c7be1c20cfa42420fd0e6df71e42b51ea # frozen: v4.0.0-alpha.8
5756 hooks :
5857 - id : prettier
5958 additional_dependencies :
6059 - " prettier@^3.2.4"
61- # docformatter - formats docstrings using PEP 257
60+ # docformatter - PEP 257 compliant docstring formatter
6261 - repo : https://github.com/s-weigand/docformatter
6362 rev : 5757c5190d95e5449f102ace83df92e7d3b06c6c
6463 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