pre-commit: bump to isort 5.11.5

This commit is contained in:
Benjamin Renard 2023-07-10 11:53:42 +02:00
parent f597164305
commit e8572e2eaa
Signed by: bn8
GPG key ID: 3E2E1CE1907115BC

View file

@ -12,7 +12,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.11.5
hooks: hooks:
- id: isort - id: isort
args: ['--profile', 'black', '--line-length', '100'] args: ['--profile', 'black', '--line-length', '100']