Skip to content

Commit d5a0ebe

Browse files
[pre-commit.ci] pre-commit weekly autoupdate
updates: - [github.com/pycqa/isort: 5.13.2 → 9.0.0a3](PyCQA/isort@5.13.2...9.0.0a3) - [github.com/psf/black-pre-commit-mirror: 24.3.0 → 26.5.0](psf/black-pre-commit-mirror@24.3.0...26.5.0)
1 parent e55a776 commit d5a0ebe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ ci:
55

66
repos:
77
- repo: https://github.com/pycqa/isort
8-
rev: 5.13.2
8+
rev: 9.0.0a3
99
hooks:
1010
- id: isort
1111
args: ["--profile", "black", "--filter-files", "buildtest", "tests", "docs"]
1212

1313
- repo: https://github.com/psf/black-pre-commit-mirror
14-
rev: '24.3.0'
14+
rev: '26.5.0'
1515
hooks:
1616
- id: black
1717
language_version: python3

0 commit comments

Comments
 (0)