Skip to content

Commit af9815e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v1.2.3 → v6.0.0](pre-commit/pre-commit-hooks@v1.2.3...v6.0.0) - [github.com/codespell-project/codespell: v2.2.4 → v2.4.2](codespell-project/codespell@v2.2.4...v2.4.2) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.7.0 → 26.3.1](psf/black-pre-commit-mirror@23.7.0...26.3.1) - [github.com/lorenzwalthert/precommit: v0.1.2 → v0.4.3.9021](lorenzwalthert/precommit@v0.1.2...v0.4.3.9021) - [github.com/pre-commit/mirrors-prettier: v2.7.1 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v2.7.1...v4.0.0-alpha.8) - [github.com/compilerla/conventional-pre-commit: v2.3.0 → v4.4.0](compilerla/conventional-pre-commit@v2.3.0...v4.4.0)
1 parent c44a154 commit af9815e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,36 +8,36 @@ exclude: |
88
)
99
repos:
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v1.2.3
11+
rev: v6.0.0
1212
hooks:
1313
- id: check-added-large-files
1414
- id: end-of-file-fixer
1515
- id: trailing-whitespace
1616
- id: check-json
1717
# spell check
1818
- repo: https://github.com/codespell-project/codespell
19-
rev: v2.2.4
19+
rev: v2.4.2
2020
hooks:
2121
- id: codespell
2222
# https://github.com/codespell-project/codespell/issues/1498
2323
# Python formatting
24-
- repo: https://github.com/psf/black
25-
rev: 23.7.0
24+
- repo: https://github.com/psf/black-pre-commit-mirror
25+
rev: 26.3.1
2626
hooks:
2727
- id: black
2828
# R formatting
2929
- repo: https://github.com/lorenzwalthert/precommit
30-
rev: v0.1.2
30+
rev: v0.4.3.9021
3131
hooks:
3232
- id: style-files
3333
# general linting
3434
- repo: https://github.com/pre-commit/mirrors-prettier
35-
rev: v2.7.1
35+
rev: v4.0.0-alpha.8
3636
hooks:
3737
- id: prettier
3838
# enforce commit format
3939
- repo: https://github.com/compilerla/conventional-pre-commit
40-
rev: v2.3.0
40+
rev: v4.4.0
4141
hooks:
4242
- id: conventional-pre-commit
4343
stages: [commit-msg]

0 commit comments

Comments
 (0)