Skip to content

Commit 77f4e8f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/mwouts/jupytext: v1.15.0 → v1.15.2](jupytext/jupytext@v1.15.0...v1.15.2) - [github.com/psf/black: 23.7.0 → 23.10.1](psf/black@23.7.0...23.10.1) - [github.com/pre-commit/mirrors-prettier: v3.0.2 → v3.0.3](pre-commit/mirrors-prettier@v3.0.2...v3.0.3) - [github.com/astral-sh/ruff-pre-commit: v0.0.285 → v0.1.4](astral-sh/ruff-pre-commit@v0.0.285...v0.1.4) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
1 parent 270b58d commit 77f4e8f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ default_stages:
77
minimum_pre_commit_version: 2.16.0
88
repos:
99
- repo: https://github.com/mwouts/jupytext
10-
rev: v1.15.0
10+
rev: v1.15.2
1111
hooks:
1212
- id: jupytext
1313
args:
@@ -25,15 +25,15 @@ repos:
2525
- ruff==0.0.261
2626
files: "^(docs/notebooks|_preprocessing)/.*$"
2727
- repo: https://github.com/psf/black
28-
rev: "23.7.0"
28+
rev: "23.10.1"
2929
hooks:
3030
- id: black
3131
- repo: https://github.com/asottile/blacken-docs
3232
rev: 1.16.0
3333
hooks:
3434
- id: blacken-docs
3535
- repo: https://github.com/pre-commit/mirrors-prettier
36-
rev: v3.0.2
36+
rev: v3.0.3
3737
hooks:
3838
- id: prettier
3939
# Newer versions of node don't work on systems that have an older version of GLIBC
@@ -43,12 +43,12 @@ repos:
4343
# https://github.com/jupyterlab/jupyterlab/issues/12675
4444
language_version: "17.9.1"
4545
- repo: https://github.com/astral-sh/ruff-pre-commit
46-
rev: v0.0.285
46+
rev: v0.1.4
4747
hooks:
4848
- id: ruff
4949
args: [--fix, --exit-non-zero-on-fix]
5050
- repo: https://github.com/pre-commit/pre-commit-hooks
51-
rev: v4.4.0
51+
rev: v4.5.0
5252
hooks:
5353
- id: detect-private-key
5454
- id: check-ast

0 commit comments

Comments
 (0)