Files
wehub-resource-sync 74c850a456
audiocraft_tests / Run tests (push) Has been cancelled
audiocraft_docs / Run docs (push) Has been cancelled
audiocraft_linter / Run linter (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:40:30 +08:00

15 lines
245 B
INI

[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