Skip to content

Commit 66a9e00

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0) - [github.com/editorconfig-checker/editorconfig-checker.python: 3.0.3 → 3.6.0](editorconfig-checker/editorconfig-checker.python@3.0.3...3.6.0) - [github.com/python-jsonschema/check-jsonschema: 0.29.2 → 0.36.0](python-jsonschema/check-jsonschema@0.29.2...0.36.0)
1 parent 2a10d8a commit 66a9e00

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
@@ -3,20 +3,20 @@ ci:
33
autoupdate_schedule: quarterly
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.6.0
6+
rev: v6.0.0
77
hooks:
88
- id: trailing-whitespace
99
args: ["--markdown-linebreak-ext", "md"]
1010
- id: end-of-file-fixer
1111
- id: check-yaml
1212
- id: check-added-large-files
1313
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
14-
rev: "3.0.3"
14+
rev: "3.6.0"
1515
hooks:
1616
- id: editorconfig-checker
1717
alias: ec
1818
- repo: https://github.com/python-jsonschema/check-jsonschema
19-
rev: 0.29.2
19+
rev: 0.36.0
2020
hooks:
2121
- id: check-renovate
2222
additional_dependencies: ["pyjson5"]

0 commit comments

Comments
 (0)