Skip to content

Commit 4f7c7f3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/editorconfig-checker/editorconfig-checker.python: 3.2.1 → 3.6.0](editorconfig-checker/editorconfig-checker.python@3.2.1...3.6.0) - [github.com/streetsidesoftware/cspell-cli: v9.0.1 → v9.3.3](streetsidesoftware/cspell-cli@v9.0.1...v9.3.3)
1 parent 15cacfb commit 4f7c7f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ci:
55
autoupdate_schedule: weekly
66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v5.0.0
8+
rev: v6.0.0
99
hooks:
1010
- id: trailing-whitespace
1111
args: ["--markdown-linebreak-ext", "md"]
@@ -14,12 +14,12 @@ repos:
1414
- id: check-yaml
1515
- id: check-added-large-files
1616
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
17-
rev: "3.2.1"
17+
rev: "3.6.0"
1818
hooks:
1919
- id: editorconfig-checker
2020
alias: ec
2121
- repo: https://github.com/streetsidesoftware/cspell-cli
22-
rev: v9.0.1
22+
rev: v9.3.3
2323
hooks:
2424
- id: cspell # Spell check changed files
2525
types: ["markdown"]

0 commit comments

Comments
 (0)