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 72
72
.github/ISSUE_TEMPLATE/.*md|
73
73
)$
74
74
- repo : https://github.com/tcort/markdown-link-check
75
- rev : " v3.12.2 "
75
+ rev : " v3.13.7 "
76
76
hooks :
77
77
- id : markdown-link-check
78
78
args : [--quiet, --config, .meta/markdown-link-check.json]
@@ -100,7 +100,7 @@ repos:
100
100
additional_dependencies :
101
101
- pep8-naming==0.14.1
102
102
- repo : https://github.com/pre-commit/mirrors-mypy
103
- rev : " v1.14.1 "
103
+ rev : " v1.15.0 "
104
104
hooks :
105
105
- id : mypy
106
106
args : [--config-file, .meta/mypy.ini]
@@ -109,13 +109,13 @@ repos:
109
109
hooks :
110
110
- id : black
111
111
- repo : https://github.com/pycqa/isort
112
- rev : 6.0.0
112
+ rev : 6.0.1
113
113
hooks :
114
114
- id : isort
115
115
name : isort (python)
116
116
args : [--settings=.meta/isort.cfg]
117
117
- repo : https://github.com/pycqa/flake8
118
- rev : " 7.1.1 "
118
+ rev : " 7.1.2 "
119
119
hooks :
120
120
- id : flake8
121
121
additional_dependencies :
You can’t perform that action at this time.
0 commit comments