AudioCraftPlus / setup.cfg
megaMyke's picture
Upload 233 files
0d93e4e
raw
history blame contribute delete
No virus
245 Bytes
[pep8]
max-line-length = 120
[flake8]
max-line-length = 120
[coverage:report]
include = audiocraft/*
omit =
audiocraft/environment.py
audiocraft/solvers/*
audiocraft/utils/*
audiocraft/*/loaders.py
audiocraft/*/builders.py