Skip to content

Commit 6bb4be2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.7 → v0.5.6](astral-sh/ruff-pre-commit@v0.4.7...v0.5.6) - [github.com/nbQA-dev/nbQA: 1.8.5 → 1.8.7](nbQA-dev/nbQA@1.8.5...1.8.7)
1 parent d4f892f commit 6bb4be2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ repos:
5959
hooks:
6060
- id: setup-cfg-fmt
6161
- repo: https://github.com/psf/black
62-
rev: 24.4.2
62+
rev: 24.8.0
6363
hooks:
6464
- id: black
6565
language_version: python3.10
6666
exclude: tests/utils/fast_upper_envelope_org.py
6767
- repo: https://github.com/astral-sh/ruff-pre-commit
68-
rev: v0.4.7
68+
rev: v0.5.6
6969
hooks:
7070
- id: ruff
7171
# exclude: |
@@ -86,7 +86,7 @@ repos:
8686
- --blank
8787
exclude: tests/utils/fast_upper_envelope_org.py
8888
- repo: https://github.com/nbQA-dev/nbQA
89-
rev: 1.8.5
89+
rev: 1.8.7
9090
hooks:
9191
- id: nbqa-black
9292
- id: nbqa-ruff

0 commit comments

Comments
 (0)