Skip to content

Commit bafdf25

Browse files
authored
Update pre-commit hooks (#2334)
1 parent 861557e commit bafdf25

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ repos:
3131

3232
# Autoformat: Python code
3333
- repo: https://github.com/psf/black
34-
rev: 8a737e727ac5ab2f1d4cf5876720ed276dc8dc4b # frozen: 25.1.0
34+
rev: af0ba72a73598c76189d6dd1b21d8532255d5942 # frozen: 25.9.0
3535
hooks:
3636
- id: black
3737
args: [--target-version=py312]
3838

3939
# Check python code static typing
4040
- repo: https://github.com/pre-commit/mirrors-mypy
41-
rev: 412de98d50e846f31ea6f4b0ad036f2c24a7a024 # frozen: v1.17.1
41+
rev: 9f70dc58c23dfcca1b97af99eaeee3140a807c7e # frozen: v1.18.2
4242
hooks:
4343
- id: mypy
4444
args: [--config, ./mypy.ini]
@@ -84,15 +84,15 @@ repos:
8484

8585
# Lint: Dockerfile
8686
- repo: https://github.com/hadolint/hadolint
87-
rev: c3dc18df7a501f02a560a2cc7ba3c69a85ca01d3 # frozen: v2.13.1-beta
87+
rev: 4e697ba704fd23b2409b947a319c19c3ee54d24f # frozen: v2.14.0
8888
hooks:
8989
- id: hadolint-docker
90-
entry: hadolint/hadolint:v2.12.1-beta hadolint
90+
entry: hadolint/hadolint:v2.14.0 hadolint
9191

9292
# Lint: Dockerfile
9393
# We're linting .dockerfile files as well
9494
- repo: https://github.com/hadolint/hadolint
95-
rev: c3dc18df7a501f02a560a2cc7ba3c69a85ca01d3 # frozen: v2.13.1-beta
95+
rev: 4e697ba704fd23b2409b947a319c19c3ee54d24f # frozen: v2.14.0
9696
hooks:
9797
- id: hadolint-docker
9898
name: Lint *.dockerfile Dockerfiles
@@ -154,7 +154,7 @@ repos:
154154

155155
# Run black on python code blocks in documentation files.
156156
- repo: https://github.com/adamchainz/blacken-docs
157-
rev: 78a9dcbecf4f755f65d1f3dec556bc249d723600 # frozen: 1.19.1
157+
rev: dda8db18cfc68df532abf33b185ecd12d5b7b326 # frozen: 1.20.0
158158
hooks:
159159
- id: blacken-docs
160160
# --skip-errors is added to allow us to have python syntax highlighting even if

0 commit comments

Comments
 (0)