Skip to content

Commit bc4b6c9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/asottile/pyupgrade: v3.15.2 → v3.20.0](asottile/pyupgrade@v3.15.2...v3.20.0) - [github.com/psf/black: 24.3.0 → 25.1.0](psf/black@24.3.0...25.1.0) - [github.com/keewis/blackdoc: v0.3.9 → v0.4.1](keewis/blackdoc@v0.3.9...v0.4.1) - [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.12.1](astral-sh/ruff-pre-commit@v0.3.5...v0.12.1) - [github.com/kynan/nbstripout: 0.7.1 → 0.8.1](kynan/nbstripout@0.7.1...0.8.1)
1 parent 456da2c commit bc4b6c9

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
@@ -2,7 +2,7 @@ exclude: ^(secrets/)
22

33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.6.0
5+
rev: v5.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
@@ -13,25 +13,25 @@ repos:
1313
- id: mixed-line-ending
1414

1515
- repo: https://github.com/asottile/pyupgrade
16-
rev: v3.15.2
16+
rev: v3.20.0
1717
hooks:
1818
- id: pyupgrade
1919
args:
2020
- "--py38-plus"
2121

2222
- repo: https://github.com/psf/black
23-
rev: 24.3.0
23+
rev: 25.1.0
2424
hooks:
2525
- id: black
2626
- id: black-jupyter
2727

2828
- repo: https://github.com/keewis/blackdoc
29-
rev: v0.3.9
29+
rev: v0.4.1
3030
hooks:
3131
- id: blackdoc
3232

3333
- repo: https://github.com/astral-sh/ruff-pre-commit
34-
rev: "v0.3.5"
34+
rev: "v0.12.1"
3535
hooks:
3636
- id: ruff
3737
args: ["--fix"]
@@ -42,7 +42,7 @@ repos:
4242
- id: prettier
4343

4444
- repo: https://github.com/kynan/nbstripout
45-
rev: 0.7.1
45+
rev: 0.8.1
4646
hooks:
4747
- id: nbstripout
4848

0 commit comments

Comments
 (0)