File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
repos :
13
13
- repo : https://github.com/pre-commit/mirrors-prettier
14
14
# keep it before yamllint
15
- rev : v3 .0.1
15
+ rev : v4 .0.0-alpha.3
16
16
hooks :
17
17
- id : prettier
18
18
# Temporary excludes so we can gradually normalize the formatting
@@ -42,12 +42,12 @@ repos:
42
42
hooks :
43
43
- id : isort
44
44
- repo : https://github.com/psf/black.git
45
- rev : 23.7 .0
45
+ rev : 23.11 .0
46
46
hooks :
47
47
- id : black
48
48
language_version : python3
49
49
- repo : https://github.com/pre-commit/pre-commit-hooks.git
50
- rev : v4.4 .0
50
+ rev : v4.5 .0
51
51
hooks :
52
52
- id : end-of-file-fixer
53
53
- id : trailing-whitespace
@@ -69,11 +69,11 @@ repos:
69
69
- flake8-pytest-style>=1.5.0
70
70
language_version : python3
71
71
- repo : https://github.com/pycqa/pylint
72
- rev : v3.0.0a6
72
+ rev : v3.0.1
73
73
hooks :
74
74
- id : pylint
75
75
- repo : https://github.com/pre-commit/mirrors-mypy
76
- rev : v1.4 .1
76
+ rev : v1.7 .1
77
77
hooks :
78
78
- id : mypy
79
79
# empty args needed in order to match mypy cli behavior
You can’t perform that action at this time.
0 commit comments