ci: upgrade isort (#74044)

This commit is contained in:
Frédéric Péters 2023-02-01 09:45:45 +01:00
parent 17c566ede0
commit a93b03929a
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ repos:
- id: pyupgrade
args: ['--keep-percent-format', '--py37-plus']
- repo: https://github.com/PyCQA/isort
rev: 5.7.0
rev: 5.12.0
hooks:
- id: isort
args: ['--profile', 'black', '--line-length', '110']