File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 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/pycqa/isort
3
- rev : 5.13.2
3
+ rev : 6.0.0
4
4
hooks :
5
5
- id : isort
6
6
args : [
@@ -10,13 +10,13 @@ repos:
10
10
]
11
11
12
12
- repo : https://github.com/psf/black
13
- rev : 24.8 .0
13
+ rev : 25.1 .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.11.2 " # Use the sha / tag you want to point at
19
+ rev : " v1.15.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.17.0
45
+ rev : v3.19.1
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 : v3.4 .0
51
+ rev : v4.0 .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