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

View file

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