Skip to content

Commit 7054a0b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.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/PyCQA/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0) - [github.com/executablebooks/mdformat: 0.7.22 → 1.0.0](hukkin/mdformat@0.7.22...1.0.0) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.18.2](pre-commit/mirrors-mypy@v1.15.0...v1.18.2)
1 parent f368458 commit 7054a0b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: end-of-file-fixer
66
- id: check-case-conflict
@@ -14,21 +14,21 @@ repos:
1414
- id: forbid-new-submodules
1515
- id: trailing-whitespace
1616

17-
- repo: https://github.com/psf/black
18-
rev: 25.1.0
17+
- repo: https://github.com/psf/black-pre-commit-mirror
18+
rev: 25.9.0
1919
hooks:
2020
- id: black
2121
args: ["--line-length", "100"]
2222

2323
- repo: https://github.com/PyCQA/isort
24-
rev: 6.0.1
24+
rev: 7.0.0
2525
hooks:
2626
- id: isort
2727
files: \.py$
2828
args: [--profile=black]
2929

3030
- repo: https://github.com/executablebooks/mdformat
31-
rev: 0.7.22
31+
rev: 1.0.0
3232
hooks:
3333
- id: mdformat
3434
additional_dependencies:
@@ -49,7 +49,7 @@ repos:
4949
- id: rst-inline-touching-normal
5050

5151
- repo: https://github.com/pre-commit/mirrors-mypy
52-
rev: "v1.15.0"
52+
rev: "v1.18.2"
5353
hooks:
5454
- id: mypy
5555
files: sdgx

0 commit comments

Comments
 (0)