Skip to content

Commit 088abfa

Browse files
committed
CHG: updated pre-commit
1 parent 5d7e9ef commit 088abfa

1 file changed

Lines changed: 25 additions & 20 deletions

File tree

.pre-commit-config.yaml

Lines changed: 25 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,30 @@
11
repos:
2-
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
2+
- repo: https://gitlab.com/vojko.pribudic.foss/pre-commit-update
3+
rev: v0.9.0
44
hooks:
5-
- id: check-added-large-files
6-
- id: check-case-conflict
7-
- id: check-json
8-
- id: check-merge-conflict
9-
- id: check-symlinks
10-
- id: check-toml
11-
- id: check-xml
12-
- id: check-yaml
13-
- id: debug-statements
14-
- id: destroyed-symlinks
15-
- id: detect-private-key
16-
- id: end-of-file-fixer
17-
- id: mixed-line-ending
18-
- id: pretty-format-json
19-
- id: trailing-whitespace
5+
- id: pre-commit-update
206

21-
- repo: https://github.com/codespell-project/codespell
22-
rev: v2.2.6
7+
- repo: https://github.com/pre-commit/pre-commit-hooks
8+
rev: v6.0.0
239
hooks:
24-
- id: codespell
10+
- id: check-added-large-files
11+
- id: check-case-conflict
12+
- id: check-json
13+
- id: check-merge-conflict
14+
- id: check-symlinks
15+
- id: check-toml
16+
- id: check-xml
17+
- id: check-yaml
18+
- id: debug-statements
19+
- id: destroyed-symlinks
20+
- id: detect-private-key
21+
- id: end-of-file-fixer
22+
- id: mixed-line-ending
23+
- id: pretty-format-json
24+
- id: trailing-whitespace
25+
26+
- repo: https://github.com/codespell-project/codespell
27+
rev: v2.4.1
28+
hooks:
29+
- id: codespell
2530
args: [-L, passt, -w]

0 commit comments

Comments
 (0)