File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v4.5 .0
3
+ rev : v4.6 .0
4
4
hooks :
5
5
- id : check-yaml
6
6
- id : end-of-file-fixer
@@ -12,22 +12,22 @@ repos:
12
12
- --no-sort-keys
13
13
- --autofix
14
14
- repo : https://github.com/macisamuele/language-formatters-pre-commit-hooks
15
- rev : v2.12 .0
15
+ rev : v2.14 .0
16
16
hooks :
17
17
- id : pretty-format-yaml
18
18
args : [--autofix, --indent, '2']
19
19
- repo : https://github.com/psf/black
20
- rev : 24.2 .0
20
+ rev : 24.8 .0
21
21
hooks :
22
22
- id : black
23
23
- repo : https://github.com/pycqa/flake8
24
- rev : 7.0 .0
24
+ rev : 7.1 .0
25
25
hooks :
26
26
- id : flake8
27
27
args :
28
28
- --max-line-length=88
29
29
- repo : https://github.com/pre-commit/mirrors-mypy
30
- rev : v1.8.0
30
+ rev : v1.11.1
31
31
hooks :
32
32
- id : mypy
33
33
additional_dependencies : [types-python-dateutil]
You can’t perform that action at this time.
0 commit comments