File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
5
5
repos :
6
6
- repo : https://github.com/psf/black
7
- rev : 23.1 .0
7
+ rev : 24.3 .0
8
8
hooks :
9
9
- id : black
10
10
- repo : https://github.com/pre-commit/mirrors-prettier
11
- rev : v3 .0.0-alpha.6
11
+ rev : v4 .0.0-alpha.8
12
12
hooks :
13
13
- id : prettier
14
14
- repo : https://github.com/pre-commit/pre-commit-hooks
15
- rev : v4.4 .0
15
+ rev : v4.6 .0
16
16
hooks :
17
17
- id : check-added-large-files
18
18
- id : check-ast
@@ -22,19 +22,19 @@ repos:
22
22
- id : end-of-file-fixer
23
23
- id : trailing-whitespace
24
24
- repo : https://github.com/PyCQA/flake8
25
- rev : 6 .0.0
25
+ rev : 7 .0.0
26
26
hooks :
27
27
- id : flake8
28
28
args :
29
29
- --max-line-length=100
30
30
- repo : https://github.com/pre-commit/mirrors-mypy
31
- rev : v1.1.1
31
+ rev : v1.9.0
32
32
hooks :
33
33
- id : mypy
34
34
args : [--no-strict-optional, --ignore-missing-imports]
35
35
additional_dependencies : [types-click, types-requests, types-PyYAML]
36
36
- repo : https://github.com/packit/pre-commit-hooks
37
- rev : v1.0 .0
37
+ rev : v1.2 .0
38
38
hooks :
39
39
- id : check-rebase
40
40
args :
You can’t perform that action at this time.
0 commit comments