annotate .pre-commit-config.yaml @ 375:fbfdd3e04999

Update Readme
author Amine Sehili <amine.sehili@gmail.com>
date Thu, 21 Jan 2021 22:51:12 +0100
parents e825021588c4
children edcc102fb33f
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@364 6 language_version: python3.7
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