Skip to content

Commit 62a85b4

Browse files
committed
Update pre-commit hooks
1 parent 2c525af commit 62a85b4

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
repos:
1515
# Autoupdate: Python code
1616
- repo: https://github.com/asottile/pyupgrade
17-
rev: v3.17.0
17+
rev: v3.19.0
1818
hooks:
1919
- id: pyupgrade
2020
args: [--py39-plus]
@@ -28,14 +28,14 @@ repos:
2828

2929
# Autoformat: Python code
3030
- repo: https://github.com/psf/black
31-
rev: 24.8.0
31+
rev: 24.10.0
3232
hooks:
3333
- id: black
3434
args: [--target-version=py39]
3535

3636
# Check python code static typing
3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: v1.11.2
38+
rev: v1.13.0
3939
hooks:
4040
- id: mypy
4141
args: [--config, ./mypy.ini]
@@ -69,7 +69,7 @@ repos:
6969

7070
# `pre-commit sample-config` default hooks
7171
- repo: https://github.com/pre-commit/pre-commit-hooks
72-
rev: v4.6.0
72+
rev: v5.0.0
7373
hooks:
7474
- id: check-added-large-files
7575
- id: end-of-file-fixer
@@ -78,15 +78,15 @@ repos:
7878

7979
# Lint: Dockerfile
8080
- repo: https://github.com/hadolint/hadolint
81-
rev: v2.13.0-beta
81+
rev: v2.13.1-beta
8282
hooks:
8383
- id: hadolint-docker
8484
entry: hadolint/hadolint:v2.12.1-beta hadolint
8585

8686
# Lint: Dockerfile
8787
# We're linting .dockerfile files as well
8888
- repo: https://github.com/hadolint/hadolint
89-
rev: v2.13.0-beta
89+
rev: v2.13.1-beta
9090
hooks:
9191
- id: hadolint-docker
9292
name: Lint *.dockerfile Dockerfiles
@@ -124,14 +124,14 @@ repos:
124124

125125
# Lint: Markdown
126126
- repo: https://github.com/igorshubovych/markdownlint-cli
127-
rev: v0.41.0
127+
rev: v0.42.0
128128
hooks:
129129
- id: markdownlint
130130
args: ["--fix"]
131131

132132
# Strip output from Jupyter notebooks
133133
- repo: https://github.com/kynan/nbstripout
134-
rev: 0.7.1
134+
rev: 0.8.0
135135
hooks:
136136
- id: nbstripout
137137

@@ -149,7 +149,7 @@ repos:
149149

150150
# Run black on python code blocks in documentation files.
151151
- repo: https://github.com/adamchainz/blacken-docs
152-
rev: 1.18.0
152+
rev: 1.19.1
153153
hooks:
154154
- id: blacken-docs
155155
# --skip-errors is added to allow us to have python syntax highlighting even if

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Jupyter Docker Stacks
22

3-
[![GitHub actions badge](https://github.com/jupyter/docker-stacks/actions/workflows/docker.yml/badge.svg)
4-
](https://github.com/jupyter/docker-stacks/actions/workflows/docker.yml?query=branch%3Amain "Docker images build status")
3+
[![GitHub actions badge](https://github.com/jupyter/docker-stacks/actions/workflows/docker.yml/badge.svg)](https://github.com/jupyter/docker-stacks/actions/workflows/docker.yml?query=branch%3Amain "Docker images build status")
54
[![Read the Docs badge](https://img.shields.io/readthedocs/jupyter-docker-stacks.svg)](https://jupyter-docker-stacks.readthedocs.io/en/latest/ "Documentation build status")
65
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/jupyter/docker-stacks/main.svg)](https://results.pre-commit.ci/latest/github/jupyter/docker-stacks/main "pre-commit.ci build status")
76
[![Discourse badge](https://img.shields.io/discourse/users.svg?color=%23f37626&server=https%3A%2F%2Fdiscourse.jupyter.org)](https://discourse.jupyter.org/ "Jupyter Discourse Forum")

0 commit comments

Comments
 (0)