File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ repos:
10
10
]
11
11
12
12
- repo : https://github.com/psf/black
13
- rev : 23.1 .0
13
+ rev : 23.3 .0
14
14
hooks :
15
15
- id : black
16
16
language_version : python3.9
17
17
18
18
- repo : https://github.com/pre-commit/mirrors-mypy
19
- rev : " v1.0.1 " # Use the sha / tag you want to point at
19
+ rev : " v1.3.0 " # Use the sha / tag you want to point at
20
20
hooks :
21
21
- id : mypy
22
22
args : [ "--allow-untyped-globals", "--ignore-missing-imports" ]
@@ -42,13 +42,13 @@ repos:
42
42
]
43
43
44
44
- repo : https://github.com/asottile/pyupgrade
45
- rev : v3.3.1
45
+ rev : v3.4.0
46
46
hooks :
47
47
- id : pyupgrade
48
48
args :
49
49
- " --py37-plus"
50
50
- repo : https://github.com/compilerla/conventional-pre-commit
51
- rev : v2.1.1
51
+ rev : v2.2.0
52
52
hooks :
53
53
- id : conventional-pre-commit
54
54
stages : [commit-msg]
You can’t perform that action at this time.
0 commit comments