annotate .pre-commit-config.yaml @ 396:c565749e0b04

Merge branch 'master' of https://github.com/amsehili/auditok
author www-data <www-data@c4dm-xenserv-virt2.eecs.qmul.ac.uk>
date Mon, 08 Aug 2022 23:17:57 +0100
parents edcc102fb33f
children 08f893725d23
rev   line source
amine@76 1 repos:
amine@326 2 - repo: https://github.com/psf/black
amine@385 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