Skip to content

Commit 2401f32

Browse files
[pre-commit.ci] pre-commit autoupdate (#205)
updates: - [github.com/pycqa/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/keewis/blackdoc: v0.4.2 → v0.4.3](keewis/blackdoc@v0.4.2...v0.4.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 54f16d4 commit 2401f32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,20 @@ repos:
2121
args: [--max-line-length=105, "--ignore=E203,W503"]
2222

2323
- repo: https://github.com/pycqa/isort
24-
rev: 6.0.1
24+
rev: 6.1.0
2525
hooks:
2626
- id: isort
2727
additional_dependencies: [toml]
2828
args: ["--profile", "black", "--filter-files"]
2929

30-
- repo: https://github.com/psf/black
30+
- repo: https://github.com/psf/black-pre-commit-mirror
3131
rev: 25.9.0
3232
hooks:
3333
- id: black
3434
language_version: python3
3535

3636
- repo: https://github.com/keewis/blackdoc
37-
rev: v0.4.2
37+
rev: v0.4.3
3838
hooks:
3939
- id: blackdoc
4040

0 commit comments

Comments
 (0)