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 @@ -4,7 +4,7 @@ default_language_version:
4
4
python : python3.8 # pinned until pytype issue resolved
5
5
repos :
6
6
- repo : https://github.com/pre-commit/pre-commit-hooks
7
- rev : v4.6 .0
7
+ rev : v5.0 .0
8
8
hooks :
9
9
- id : check-added-large-files
10
10
- id : check-merge-conflict
@@ -19,11 +19,11 @@ repos:
19
19
- id : isort
20
20
args : [--profile, black]
21
21
- repo : https://github.com/psf/black
22
- rev : 24.4.2
22
+ rev : 24.10.0
23
23
hooks :
24
24
- id : black
25
25
- repo : https://github.com/pycqa/flake8
26
- rev : 7.1.0
26
+ rev : 7.1.1
27
27
hooks :
28
28
- id : flake8
29
29
- repo : https://github.com/mattseymour/pre-commit-pytype
32
32
- id : pytype
33
33
args : ['--disable=pyi-error,import-error', '--exclude=tests']
34
34
- repo : https://github.com/pre-commit/mirrors-mypy
35
- rev : ' v1.10.1 '
35
+ rev : ' v1.11.2 '
36
36
hooks :
37
37
- id : mypy
38
38
additional_dependencies : [types-mock]
You can’t perform that action at this time.
0 commit comments