Skip to content

Commit ce3bad6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/PyCQA/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/executablebooks/mdformat: 0.7.18 → 0.7.22](hukkin/mdformat@0.7.18...0.7.22) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.17.0](pre-commit/mirrors-mypy@v1.13.0...v1.17.0)
1 parent 63b7d90 commit ce3bad6

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
@@ -15,20 +15,20 @@ repos:
1515
- id: trailing-whitespace
1616

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

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

3030
- repo: https://github.com/executablebooks/mdformat
31-
rev: 0.7.18
31+
rev: 0.7.22
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.13.0"
52+
rev: "v1.17.0"
5353
hooks:
5454
- id: mypy
5555
files: duetector

0 commit comments

Comments
 (0)