14
14
repos :
15
15
# Autoupdate: Python code
16
16
- repo : https://github.com/asottile/pyupgrade
17
- rev : v3.17 .0
17
+ rev : v3.19 .0
18
18
hooks :
19
19
- id : pyupgrade
20
20
args : [--py39-plus]
@@ -28,14 +28,14 @@ repos:
28
28
29
29
# Autoformat: Python code
30
30
- repo : https://github.com/psf/black
31
- rev : 24.8 .0
31
+ rev : 24.10 .0
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.11.2
38
+ rev : v1.13.0
39
39
hooks :
40
40
- id : mypy
41
41
args : [--config, ./mypy.ini]
69
69
70
70
# `pre-commit sample-config` default hooks
71
71
- repo : https://github.com/pre-commit/pre-commit-hooks
72
- rev : v4.6 .0
72
+ rev : v5.0 .0
73
73
hooks :
74
74
- id : check-added-large-files
75
75
- id : end-of-file-fixer
@@ -78,15 +78,15 @@ repos:
78
78
79
79
# Lint: Dockerfile
80
80
- repo : https://github.com/hadolint/hadolint
81
- rev : v2.13.0 -beta
81
+ rev : v2.13.1 -beta
82
82
hooks :
83
83
- id : hadolint-docker
84
84
entry : hadolint/hadolint:v2.12.1-beta hadolint
85
85
86
86
# Lint: Dockerfile
87
87
# We're linting .dockerfile files as well
88
88
- repo : https://github.com/hadolint/hadolint
89
- rev : v2.13.0 -beta
89
+ rev : v2.13.1 -beta
90
90
hooks :
91
91
- id : hadolint-docker
92
92
name : Lint *.dockerfile Dockerfiles
@@ -124,14 +124,14 @@ repos:
124
124
125
125
# Lint: Markdown
126
126
- repo : https://github.com/igorshubovych/markdownlint-cli
127
- rev : v0.41 .0
127
+ rev : v0.42 .0
128
128
hooks :
129
129
- id : markdownlint
130
130
args : ["--fix"]
131
131
132
132
# Strip output from Jupyter notebooks
133
133
- repo : https://github.com/kynan/nbstripout
134
- rev : 0.7.1
134
+ rev : 0.8.0
135
135
hooks :
136
136
- id : nbstripout
137
137
@@ -149,7 +149,7 @@ repos:
149
149
150
150
# Run black on python code blocks in documentation files.
151
151
- repo : https://github.com/adamchainz/blacken-docs
152
- rev : 1.18.0
152
+ rev : 1.19.1
153
153
hooks :
154
154
- id : blacken-docs
155
155
# --skip-errors is added to allow us to have python syntax highlighting even if
0 commit comments