File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ repos:
28
28
29
29
# Autoformat: Python code
30
30
- repo : https://github.com/psf/black
31
- rev : 24.3.0
31
+ rev : 24.4.2
32
32
hooks :
33
33
- id : black
34
34
args : [--target-version=py39]
35
35
36
36
# Check python code static typing
37
37
- repo : https://github.com/pre-commit/mirrors-mypy
38
- rev : v1.9 .0
38
+ rev : v1.10 .0
39
39
hooks :
40
40
- id : mypy
41
41
args : [--config, ./mypy.ini]
68
68
69
69
# `pre-commit sample-config` default hooks
70
70
- repo : https://github.com/pre-commit/pre-commit-hooks
71
- rev : v4.5 .0
71
+ rev : v4.6 .0
72
72
hooks :
73
73
- id : check-added-large-files
74
74
- id : end-of-file-fixer
@@ -77,15 +77,15 @@ repos:
77
77
78
78
# Lint: Dockerfile
79
79
- repo : https://github.com/hadolint/hadolint
80
- rev : v2.12.1 -beta
80
+ rev : v2.13.0 -beta
81
81
hooks :
82
82
- id : hadolint-docker
83
83
entry : hadolint/hadolint:v2.12.1-beta hadolint
84
84
85
85
# Lint: Dockerfile
86
86
# We're linting .dockerfile files as well
87
87
- repo : https://github.com/hadolint/hadolint
88
- rev : v2.12.1 -beta
88
+ rev : v2.13.0 -beta
89
89
hooks :
90
90
- id : hadolint-docker
91
91
name : Lint *.dockerfile Dockerfiles
@@ -123,7 +123,7 @@ repos:
123
123
124
124
# Lint: Markdown
125
125
- repo : https://github.com/igorshubovych/markdownlint-cli
126
- rev : v0.39 .0
126
+ rev : v0.40 .0
127
127
hooks :
128
128
- id : markdownlint
129
129
args : ["--fix"]
You can’t perform that action at this time.
0 commit comments