Skip to content

Commit 83600cf

Browse files
[pre-commit.ci] pre-commit autoupdate (#2207)
updates: - [github.com/PyCQA/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/DavidAnson/markdownlint-cli2: v0.17.1 → v0.17.2](DavidAnson/markdownlint-cli2@v0.17.1...v0.17.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 34740dd commit 83600cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ repos:
2121

2222
# Automatically sort python imports
2323
- repo: https://github.com/PyCQA/isort
24-
rev: 5.13.2
24+
rev: 6.0.0
2525
hooks:
2626
- id: isort
2727
args: [--profile, black]
2828

2929
# Autoformat: Python code
3030
- repo: https://github.com/psf/black
31-
rev: 24.10.0
31+
rev: 25.1.0
3232
hooks:
3333
- id: black
3434
args: [--target-version=py39]
@@ -124,7 +124,7 @@ repos:
124124

125125
# Lint: Markdown
126126
- repo: https://github.com/DavidAnson/markdownlint-cli2
127-
rev: v0.17.1
127+
rev: v0.17.2
128128
hooks:
129129
- id: markdownlint-cli2
130130
args: [--fix]

0 commit comments

Comments
 (0)