Skip to content

Commit 35940b3

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)
1 parent b10c415 commit 35940b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
additional_dependencies: [pycodestyle>=2.11.0]
2121
args: [--max-line-length=128, '--exclude=./.*,build,dist', '--ignore=E501,W503,E203,F841,E231,W604,E226,E225', --count, --statistics, --show-source]
2222
- repo: https://github.com/pycqa/isort
23-
rev: 8.0.1
23+
rev: 9.0.0a3
2424
hooks:
2525
- id: isort
2626
args: [--profile=black, --line-length=128]

0 commit comments

Comments
 (0)