Skip to content

Commit 648790a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.0](asottile/pyupgrade@v3.20.0...v3.21.0)
1 parent 07ba04e commit 648790a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ repos:
88
hooks:
99
- id: yesqa
1010
- repo: https://github.com/PyCQA/isort
11-
rev: '6.0.1'
11+
rev: '7.0.0'
1212
hooks:
1313
- id: isort
14-
- repo: https://github.com/psf/black
14+
- repo: https://github.com/psf/black-pre-commit-mirror
1515
rev: '25.9.0'
1616
hooks:
1717
- id: black
@@ -43,7 +43,7 @@ repos:
4343
- id: detect-private-key
4444
exclude: ^examples/
4545
- repo: https://github.com/asottile/pyupgrade
46-
rev: 'v3.20.0'
46+
rev: 'v3.21.0'
4747
hooks:
4848
- id: pyupgrade
4949
args: ['--py39-plus']

0 commit comments

Comments
 (0)