Skip to content

Commit b550d1c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 8.0.1 → 9.0.0a3](PyCQA/isort@8.0.1...9.0.0a3) - [github.com/psf/black-pre-commit-mirror: 26.3.1 → 26.5.1](psf/black-pre-commit-mirror@26.3.1...26.5.1)
1 parent e131f88 commit b550d1c

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
@@ -31,13 +31,13 @@ repos:
3131

3232
# Autoformat: Python code
3333
- repo: https://github.com/pycqa/isort
34-
rev: 8.0.1
34+
rev: 9.0.0a3
3535
hooks:
3636
- id: isort
3737

3838
# Autoformat: Python code
3939
- repo: https://github.com/psf/black-pre-commit-mirror
40-
rev: 26.3.1
40+
rev: 26.5.1
4141
hooks:
4242
- id: black
4343

0 commit comments

Comments
 (0)