annotate .pre-commit-config.yaml @ 389:9e143e277d51

Fix equations in doc
author Amine Sehili <amine.sehili@gmail.com>
date Tue, 02 Mar 2021 21:49:44 +0100
parents bd242e80455f
children 08f893725d23
rev   line source
amine@76 1 repos:
amine@326 2 - repo: https://github.com/psf/black
amine@387 3 rev: 20.8b1
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