view .pre-commit-config.yaml @ 82:ef6d0f0a9cd2

Add methods for duration in sec and ms to AudioRegion
author Amine Sehili <amine.sehili@gmail.com>
date Wed, 02 Jan 2019 21:15:41 +0100
parents 48c79343bc15
children 2cb8e29e1c9c
line wrap: on
line source

repos:
- repo: git://github.com/pre-commit/mirrors-autopep8
  rev: v1.4
  hooks:
  - id: autopep8
    args: ['-i', '--max-line-length=130']