Skip to content

Commit 739d836

Browse files
[pre-commit.ci] pre-commit autoupdate (#72)
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 Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9f7140d commit 739d836

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ repos:
2424
args: [--mapping, '4', --sequence, '4', --offset, '0']
2525

2626
- repo: https://github.com/pycqa/isort
27-
rev: 6.0.1
27+
rev: 6.1.0
2828
hooks:
2929
- id: isort
3030
args: [--profile, black]
3131

32-
- repo: https://github.com/psf/black
32+
- repo: https://github.com/psf/black-pre-commit-mirror
3333
rev: 25.9.0
3434
hooks:
3535
- id: black

0 commit comments

Comments
 (0)