Skip to content

Commit fbcab7d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/lyz-code/yamlfix: 1.16.0 → 1.17.0](lyz-code/yamlfix@1.16.0...1.17.0) - [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.6.3](astral-sh/ruff-pre-commit@v0.4.7...v0.6.3) - [github.com/nbQA-dev/nbQA: 1.8.5 → 1.8.7](nbQA-dev/nbQA@1.8.5...1.8.7)
1 parent d4f892f commit fbcab7d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
hooks:
1111
- id: yamllint
1212
- repo: https://github.com/lyz-code/yamlfix
13-
rev: 1.16.0
13+
rev: 1.17.0
1414
hooks:
1515
- id: yamlfix
1616
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -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.6.3
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)