Skip to content

Commit fb337c4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/pycqa/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0)
1 parent 6d9f92a commit fb337c4

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
@@ -15,13 +15,13 @@ repos:
1515
- id: check-yaml
1616
- id: end-of-file-fixer
1717
- id: trailing-whitespace
18-
- repo: https://github.com/psf/black
18+
- repo: https://github.com/psf/black-pre-commit-mirror
1919
rev: 25.9.0
2020
hooks:
2121
- id: black
2222
args: [--line-length=80]
2323
- repo: https://github.com/pycqa/isort
24-
rev: 6.0.1
24+
rev: 7.0.0
2525
hooks:
2626
- id: isort
2727
name: isort (python)

0 commit comments

Comments
 (0)