Skip to content

Commit 21c9220

Browse files
committed
chore: news and pre-commit file
1 parent 629141b commit 21c9220

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

news/setup-CI.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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>

0 commit comments

Comments
 (0)