Skip to content

Commit 0986bfa

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/asottile/pyupgrade: v3.15.2 → v3.19.1](asottile/pyupgrade@v3.15.2...v3.19.1) - [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.6](astral-sh/ruff-pre-commit@v0.3.5...v0.8.6) - [github.com/kynan/nbstripout: 0.7.1 → 0.8.1](kynan/nbstripout@0.7.1...0.8.1)
1 parent fd3eabe commit 0986bfa

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
@@ -4,7 +4,7 @@ ci:
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.5.0
7+
rev: v5.0.0
88
hooks:
99
- id: trailing-whitespace
1010
- id: end-of-file-fixer
@@ -15,14 +15,14 @@ repos:
1515
- id: mixed-line-ending
1616

1717
- repo: https://github.com/asottile/pyupgrade
18-
rev: v3.15.2
18+
rev: v3.19.1
1919
hooks:
2020
- id: pyupgrade
2121
args:
2222
- "--py38-plus"
2323

2424
- repo: https://github.com/psf/black
25-
rev: 24.3.0
25+
rev: 24.10.0
2626
hooks:
2727
- id: black
2828
- id: black-jupyter
@@ -33,7 +33,7 @@ repos:
3333
- id: blackdoc
3434

3535
- repo: https://github.com/astral-sh/ruff-pre-commit
36-
rev: "v0.3.5"
36+
rev: "v0.8.6"
3737
hooks:
3838
- id: ruff
3939
args: ["--fix"]
@@ -44,6 +44,6 @@ repos:
4444
- id: prettier
4545

4646
- repo: https://github.com/kynan/nbstripout
47-
rev: 0.7.1
47+
rev: 0.8.1
4848
hooks:
4949
- id: nbstripout

0 commit comments

Comments
 (0)