Skip to content

Commit ab51174

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/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/setup-cfg-fmt: v2.5.0 → v2.7.0](asottile/setup-cfg-fmt@v2.5.0...v2.7.0) - [github.com/psf/black: 24.4.2 → 24.10.0](psf/black@24.4.2...24.10.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.7 → v0.8.6](astral-sh/ruff-pre-commit@v0.4.7...v0.8.6) - [github.com/nbQA-dev/nbQA: 1.8.5 → 1.9.1](nbQA-dev/nbQA@1.8.5...1.9.1) - [github.com/executablebooks/mdformat: 0.7.17 → 0.7.21](hukkin/mdformat@0.7.17...0.7.21)
1 parent d4f892f commit ab51174

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ 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
17-
rev: v4.6.0
17+
rev: v5.0.0
1818
hooks:
1919
- id: check-added-large-files
2020
args:
@@ -55,17 +55,17 @@ repos:
5555
# args:
5656
# - --py37-plus
5757
- repo: https://github.com/asottile/setup-cfg-fmt
58-
rev: v2.5.0
58+
rev: v2.7.0
5959
hooks:
6060
- id: setup-cfg-fmt
6161
- repo: https://github.com/psf/black
62-
rev: 24.4.2
62+
rev: 24.10.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.8.6
6969
hooks:
7070
- id: ruff
7171
# exclude: |
@@ -86,12 +86,12 @@ 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.9.1
9090
hooks:
9191
- id: nbqa-black
9292
- id: nbqa-ruff
9393
- repo: https://github.com/executablebooks/mdformat
94-
rev: 0.7.17
94+
rev: 0.7.21
9595
hooks:
9696
- id: mdformat
9797
additional_dependencies:

0 commit comments

Comments
 (0)