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