Projet

Général

Profil

Télécharger (290 octets) Statistiques
| Branche: | Tag: | Révision:

root / .pre-commit-config.yaml @ main

1
# See https://pre-commit.com for more information
2
# See https://pre-commit.com/hooks.html for more hooks
3
repos:
4
-   repo: https://github.com/psf/black
5
    rev: 22.3.0
6
    hooks:
7
    - id: black
8
      args: ['--target-version', 'py37', '--skip-string-normalization', '--line-length', '110']
(3-3/9)