view pyproject.toml @ 412:5a6685f1e42d

Remove unused code and update documentation for AudioRegion
author Amine Sehili <amine.sehili@gmail.com>
date Thu, 20 Jun 2024 21:51:11 +0200
parents bd242e80455f
children 70abdb92149a
line wrap: on
line source
[tool.black]
line-length = 80
include = '\.pyi?$'
exclude = '''
/(
    \.git
  | \.hg
  | \.mypy_cache
  | \.tox
  | \.venv
  | _build
  | buck-out
  | build
  | dist
)/
'''