annotate .pre-commit-config.yaml @ 342:5187d584fe5b

Create LICENSE
author Amine SEHILI <amsehili@users.noreply.github.com>
date Sun, 10 Nov 2019 03:31:30 +0100
parents d2cede794997
children e825021588c4
rev   line source
amine@76 1 repos:
amine@326 2 - repo: https://github.com/psf/black
amine@326 3 rev: stable
amine@326 4 hooks:
amine@326 5 - id: black
amine@326 6 language_version: python3.6
amine@326 7 - repo: https://github.com/pre-commit/pre-commit-hooks
amine@326 8 rev: v2.4.0
amine@326 9 hooks:
amine@327 10 - id: flake8
amine@327 11 - id: end-of-file-fixer
amine@327 12 - id: trailing-whitespace