Commit 90bf458 1 parent 5cef7ff commit 90bf458 Copy full SHA for 90bf458
File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -7,23 +7,23 @@ default_stages:
7
7
minimum_pre_commit_version : 2.16.0
8
8
repos :
9
9
- repo : https://github.com/psf/black
10
- rev : 23.1 .0
10
+ rev : 24.8 .0
11
11
hooks :
12
12
- id : black
13
13
- repo : https://github.com/pre-commit/mirrors-prettier
14
- rev : v3 .0.0-alpha.4
14
+ rev : v4 .0.0-alpha.8
15
15
hooks :
16
16
- id : prettier
17
17
- repo : https://github.com/asottile/blacken-docs
18
- rev : 1.13 .0
18
+ rev : 1.18 .0
19
19
hooks :
20
20
- id : blacken-docs
21
21
- repo : https://github.com/PyCQA/isort
22
- rev : 5.12.0
22
+ rev : 5.13.2
23
23
hooks :
24
24
- id : isort
25
25
- repo : https://github.com/asottile/yesqa
26
- rev : v1.4 .0
26
+ rev : v1.5 .0
27
27
hooks :
28
28
- id : yesqa
29
29
additional_dependencies :
34
34
- flake8-bugbear
35
35
- flake8-blind-except
36
36
- repo : https://github.com/pre-commit/pre-commit-hooks
37
- rev : v4.4 .0
37
+ rev : v4.6 .0
38
38
hooks :
39
39
- id : detect-private-key
40
40
- id : check-ast
44
44
- id : trailing-whitespace
45
45
- id : check-case-conflict
46
46
- repo : https://github.com/PyCQA/autoflake
47
- rev : v2.0 .1
47
+ rev : v2.3 .1
48
48
hooks :
49
49
- id : autoflake
50
50
args :
53
53
- --remove-unused-variable
54
54
- --ignore-init-module-imports
55
55
- repo : https://github.com/PyCQA/flake8
56
- rev : 6.0.0
56
+ rev : 7.1.1
57
57
hooks :
58
58
- id : flake8
59
59
additional_dependencies :
64
64
- flake8-bugbear
65
65
- flake8-blind-except
66
66
- repo : https://github.com/asottile/pyupgrade
67
- rev : v3.3.1
67
+ rev : v3.17.0
68
68
hooks :
69
69
- id : pyupgrade
70
70
args : [--py3-plus, --py38-plus, --keep-runtime-typing]
You can’t perform that action at this time.
0 commit comments