We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7a67df commit e6486ddCopy full SHA for e6486dd
.pre-commit-config.yaml
@@ -18,7 +18,7 @@ fail_fast: false
18
repos:
19
20
- repo: https://github.com/pre-commit/pre-commit-hooks
21
- rev: v5.0.0
+ rev: v6.0.0
22
hooks:
23
- id: check-added-large-files
24
args: [ --maxkb=200 ]
@@ -39,7 +39,7 @@ repos:
39
args: [ --allow-multiple-documents ]
40
41
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
42
- rev: 3.2.1
+ rev: 3.4.0
43
44
- id: editorconfig-checker
45
name: check .editorconfig rules
0 commit comments