File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
autoupdate_schedule : ' quarterly'
4
4
repos :
5
5
- repo : https://github.com/pre-commit/pre-commit-hooks
6
- rev : v4.5 .0
6
+ rev : v4.6 .0
7
7
hooks :
8
8
- id : check-added-large-files
9
9
- id : check-docstring-first
@@ -15,12 +15,12 @@ repos:
15
15
- id : trailing-whitespace
16
16
exclude_types : [svg]
17
17
- repo : https://github.com/pycqa/flake8
18
- rev : 7.0 .0
18
+ rev : 7.1 .0
19
19
hooks :
20
20
- id : flake8
21
21
additional_dependencies : [flake8-force]
22
22
- repo : https://github.com/codespell-project/codespell
23
- rev : v2.2.6
23
+ rev : v2.3.0
24
24
hooks :
25
25
- id : codespell
26
26
files : ^.*\.(py|c|cpp|h|m|md|rst|yml)$
30
30
hooks :
31
31
- id : yamllint
32
32
- repo : https://github.com/python-jsonschema/check-jsonschema
33
- rev : 0.28.1
33
+ rev : 0.28.6
34
34
hooks :
35
35
- id : check-jsonschema
36
36
files : ^packages/.*\.yml$
You can’t perform that action at this time.
0 commit comments