Skip to content

Commit 109740c

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.19.0](asottile/pyupgrade@v3.15.2...v3.19.0) - [github.com/psf/black: 24.3.0 → 24.10.0](psf/black@24.3.0...24.10.0) - [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.8.3](astral-sh/ruff-pre-commit@v0.3.5...v0.8.3) - [github.com/kynan/nbstripout: 0.7.1 → 0.8.1](kynan/nbstripout@0.7.1...0.8.1)
1 parent 456da2c commit 109740c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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,14 +13,14 @@ repos:
1313
- id: mixed-line-ending
1414

1515
- repo: https://github.com/asottile/pyupgrade
16-
rev: v3.15.2
16+
rev: v3.19.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: 24.10.0
2424
hooks:
2525
- id: black
2626
- id: black-jupyter
@@ -31,7 +31,7 @@ repos:
3131
- id: blackdoc
3232

3333
- repo: https://github.com/astral-sh/ruff-pre-commit
34-
rev: "v0.3.5"
34+
rev: "v0.8.3"
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)