Skip to content

Commit 4c94e13

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/lyz-code/yamlfix: 1.17.0 → 1.19.0](lyz-code/yamlfix@1.17.0...1.19.0) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/pycqa/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.8 → v0.14.3](astral-sh/ruff-pre-commit@v0.11.8...v0.14.3) - [github.com/executablebooks/mdformat: 0.7.22 → 1.0.0](hukkin/mdformat@0.7.22...1.0.0)
1 parent 979e34d commit 4c94e13

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.17.0
13+
rev: 1.19.0
1414
hooks:
1515
- id: yamlfix
1616
- repo: https://github.com/pre-commit/pre-commit-hooks
17-
rev: v5.0.0
17+
rev: v6.0.0
1818
hooks:
1919
- id: check-added-large-files
2020
args:
@@ -42,7 +42,7 @@ repos:
4242
- id: python-use-type-annotations
4343
- id: text-unicode-replacement-char
4444
- repo: https://github.com/pycqa/isort
45-
rev: 6.0.1
45+
rev: 7.0.0
4646
hooks:
4747
- id: isort
4848
name: isort
@@ -54,14 +54,14 @@ repos:
5454
# - id: reorder-python-imports
5555
# args:
5656
# - --py37-plus
57-
- repo: https://github.com/psf/black
58-
rev: 25.1.0
57+
- repo: https://github.com/psf/black-pre-commit-mirror
58+
rev: 25.9.0
5959
hooks:
6060
- id: black
6161
language_version: python3.11
6262
exclude: tests/utils/fast_upper_envelope_org.py
6363
- repo: https://github.com/astral-sh/ruff-pre-commit
64-
rev: v0.11.8
64+
rev: v0.14.3
6565
hooks:
6666
- id: ruff
6767
# exclude: |
@@ -87,7 +87,7 @@ repos:
8787
- id: nbqa-black
8888
- id: nbqa-ruff
8989
- repo: https://github.com/executablebooks/mdformat
90-
rev: 0.7.22
90+
rev: 1.0.0
9191
hooks:
9292
- id: mdformat
9393
additional_dependencies:

0 commit comments

Comments
 (0)