Upgrade isort

This commit is contained in:
Benjamin Renard 2023-02-02 17:02:57 +01:00
parent 8ac2aef85d
commit 5e015a0742
Signed by: bn8
GPG Key ID: 3E2E1CE1907115BC
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ repos:
- id: black
args: ['--target-version', 'py37', '--line-length', '100']
- repo: https://github.com/PyCQA/isort
rev: 5.11.4
rev: 5.12.0
hooks:
- id: isort
args: ['--profile', 'black', '--line-length', '100']