Skip to content

Commit 876d4b6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/mwouts/jupytext: v1.15.0 → v1.16.5](jupytext/jupytext@v1.15.0...v1.16.5) - [github.com/psf/black: 23.7.0 → 24.10.0](psf/black@23.7.0...24.10.0) - [github.com/asottile/blacken-docs: 1.16.0 → 1.19.1](adamchainz/blacken-docs@1.16.0...1.19.1) - [github.com/pre-commit/mirrors-prettier: v3.0.2 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.2...v4.0.0-alpha.8) - [github.com/astral-sh/ruff-pre-commit: v0.0.285 → v0.8.3](astral-sh/ruff-pre-commit@v0.0.285...v0.8.3) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0)
1 parent 270b58d commit 876d4b6

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ fail_fast: false
22
default_language_version:
33
python: python3
44
default_stages:
5-
- commit
6-
- push
5+
- pre-commit
6+
- pre-push
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.16.5
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: "24.10.0"
2929
hooks:
3030
- id: black
3131
- repo: https://github.com/asottile/blacken-docs
32-
rev: 1.16.0
32+
rev: 1.19.1
3333
hooks:
3434
- id: blacken-docs
3535
- repo: https://github.com/pre-commit/mirrors-prettier
36-
rev: v3.0.2
36+
rev: v4.0.0-alpha.8
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.8.3
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: v5.0.0
5252
hooks:
5353
- id: detect-private-key
5454
- id: check-ast

0 commit comments

Comments
 (0)