Mercurial > hg > auditok
view .pre-commit-config.yaml @ 388:5fd9b6b7ff0d
Merge branch 'master' of https://github.com/amsehili/auditok
author | www-data <www-data@c4dm-xenserv-virt2.eecs.qmul.ac.uk> |
---|---|
date | Tue, 02 Mar 2021 20:17:57 +0000 |
parents | edcc102fb33f |
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