Mercurial > hg > auditok
view .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 |
line wrap: on
line source
repos: - repo: https://github.com/psf/black rev: 20.8b1 hooks: - id: black language_version: python3.7 - repo: https://github.com/pre-commit/pre-commit-hooks rev: v2.4.0 hooks: - id: flake8 - id: end-of-file-fixer - id: trailing-whitespace