Skip to content

Commit 33c239b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 6.0.1 → 8.0.0](PyCQA/isort@6.0.1...8.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 26.1.0](psf/black-pre-commit-mirror@25.9.0...26.1.0) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.2](asottile/pyupgrade@v3.20.0...v3.21.2)
1 parent f03e53c commit 33c239b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ repos:
88
hooks:
99
- id: yesqa
1010
- repo: https://github.com/PyCQA/isort
11-
rev: '6.0.1'
11+
rev: '8.0.0'
1212
hooks:
1313
- id: isort
14-
- repo: https://github.com/psf/black
15-
rev: '25.9.0'
14+
- repo: https://github.com/psf/black-pre-commit-mirror
15+
rev: '26.1.0'
1616
hooks:
1717
- id: black
1818
language_version: python3 # Should be a command that runs python3.6+
@@ -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.2'
4747
hooks:
4848
- id: pyupgrade
4949
args: ['--py39-plus']

0 commit comments

Comments
 (0)