trivial: update isort configuration to use black profile (#52504)

This commit is contained in:
Frédéric Péters 2021-03-30 13:40:50 +02:00
parent feb7590635
commit ebd2530296
1 changed files with 1 additions and 1 deletions

View File

@ -10,4 +10,4 @@ repos:
rev: 5.7.0
hooks:
- id: isort
args: ['--force-single-line-imports', '--line-length', '110']
args: ['--profile', 'black', '--line-length', '110']