Skip to content

Commit 5d52521

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/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0) - [github.com/nbQA-dev/nbQA: 1.8.7 → 1.9.1](nbQA-dev/nbQA@1.8.7...1.9.1) - [github.com/kynan/nbstripout: 0.7.1 → 0.8.1](kynan/nbstripout@0.7.1...0.8.1) - [github.com/astral-sh/ruff-pre-commit: v0.6.4 → v0.8.6](astral-sh/ruff-pre-commit@v0.6.4...v0.8.6)
1 parent fc32f93 commit 5d52521

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,14 +2,14 @@ ci:
22
autoupdate_schedule: "quarterly"
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: check-docstring-first
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
1010

1111
- repo: https://github.com/psf/black
12-
rev: 24.8.0
12+
rev: 24.10.0
1313
hooks:
1414
- id: black
1515

@@ -19,18 +19,18 @@ repos:
1919
- id: isort
2020

2121
- repo: https://github.com/nbQA-dev/nbQA
22-
rev: 1.8.7
22+
rev: 1.9.1
2323
hooks:
2424
- id: nbqa-black
2525
- id: nbqa-isort
2626

2727
- repo: https://github.com/kynan/nbstripout
28-
rev: 0.7.1
28+
rev: 0.8.1
2929
hooks:
3030
- id: nbstripout
3131

3232
- repo: https://github.com/astral-sh/ruff-pre-commit
33-
rev: v0.6.4
33+
rev: v0.8.6
3434
hooks:
3535
- id: ruff
3636
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)