Skip to content

Commit e6486dd

Browse files
[pre-commit.ci] pre-commit autoupdate (#406)
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.4.0](editorconfig-checker/editorconfig-checker.python@3.2.1...3.4.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent d7a67df commit e6486dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ fail_fast: false
1818
repos:
1919

2020
- repo: https://github.com/pre-commit/pre-commit-hooks
21-
rev: v5.0.0
21+
rev: v6.0.0
2222
hooks:
2323
- id: check-added-large-files
2424
args: [ --maxkb=200 ]
@@ -39,7 +39,7 @@ repos:
3939
args: [ --allow-multiple-documents ]
4040

4141
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
42-
rev: 3.2.1
42+
rev: 3.4.0
4343
hooks:
4444
- id: editorconfig-checker
4545
name: check .editorconfig rules

0 commit comments

Comments
 (0)