Projet

Général

Profil

0001-trivial-update-isort-configuration-to-use-black-prof.patch

Frédéric Péters, 30 mars 2021 13:43

Télécharger (726 octets)

Voir les différences:

Subject: [PATCH 1/2] trivial: update isort configuration to use black profile
 (#52504)

 .pre-commit-config.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
.pre-commit-config.yaml
10 10
    rev: 5.7.0
11 11
    hooks:
12 12
    - id: isort
13
      args: ['--force-single-line-imports', '--line-length', '110']
13
      args: ['--profile', 'black', '--line-length', '110']
14
-