Skip to content

Commit 825148b

Browse files
ci: autoupdate pre-commit hooks (#19)
* ci: disable codecov PR comment * ci: remove cspell pre-commit hook options * ci: update cspell config version Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 0338f9f commit 825148b

File tree

3 files changed

+7
-14
lines changed

3 files changed

+7
-14
lines changed

.cspell.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.1",
2+
"version": "0.2",
33
"enableFiletypes": [
44
"git-commit",
55
"jupyter"
@@ -36,12 +36,12 @@
3636
".readthedocs.yml",
3737
".vscode/*",
3838
".vscode/.gitignore",
39-
"Makefile",
4039
"codecov.yml",
4140
"docs/_templates/*",
4241
"docs/adr/*/*",
4342
"docs/conf.py",
4443
"labels.toml",
44+
"Makefile",
4545
"pyproject.toml",
4646
"pyrightconfig.json",
4747
"pytest.ini",

.pre-commit-config.yaml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ repos:
4545
- id: trailing-whitespace
4646

4747
- repo: https://github.com/ComPWA/repo-maintenance
48-
rev: 0.0.37
48+
rev: 0.0.44
4949
hooks:
5050
- id: check-dev-files
5151
- id: format-setup-cfg
@@ -61,13 +61,9 @@ repos:
6161
- id: blacken-docs
6262

6363
- repo: https://github.com/streetsidesoftware/cspell-cli
64-
rev: v5.6.7
64+
rev: v5.6.9
6565
hooks:
6666
- id: cspell
67-
args:
68-
- --no-must-find-files
69-
- --no-progress
70-
verbose: false
7167

7268
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
7369
rev: 2.3.54
@@ -84,7 +80,7 @@ repos:
8480
- id: isort
8581

8682
- repo: https://github.com/igorshubovych/markdownlint-cli
87-
rev: v0.28.1
83+
rev: v0.29.0
8884
hooks:
8985
- id: markdownlint
9086

@@ -104,7 +100,7 @@ repos:
104100
- id: pydocstyle
105101

106102
- repo: https://github.com/ComPWA/mirrors-pyright
107-
rev: v1.1.170
103+
rev: v1.1.175
108104
hooks:
109105
- id: pyright
110106

codecov.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,4 @@ parsers:
4545
method: no
4646
macro: no
4747

48-
comment:
49-
layout: "reach,diff,flags,tree"
50-
behavior: default
51-
require_changes: no
48+
comment: false

0 commit comments

Comments
 (0)