Skip to content

Commit dc7aa7a

Browse files
build(deps): pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 8.0.1 → 9.0.0a3](PyCQA/isort@8.0.1...9.0.0a3) - [github.com/PyCQA/isort: 8.0.1 → 9.0.0a3](PyCQA/isort@8.0.1...9.0.0a3)
1 parent 4cd1fef commit dc7aa7a

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
@@ -26,14 +26,14 @@ repos:
2626
files: ^src/
2727
language_version: python3.12
2828
- repo: https://github.com/PyCQA/isort
29-
rev: 8.0.1
29+
rev: 9.0.0a3
3030
hooks:
3131
- id: isort
3232
name: isort-package
3333
files: ^src/
3434
args: [--settings-file, tox.ini]
3535
- repo: https://github.com/PyCQA/isort
36-
rev: 8.0.1
36+
rev: 9.0.0a3
3737
hooks:
3838
- id: isort
3939
name: isort-stubs

0 commit comments

Comments
 (0)