Spaces:
Runtime error
Runtime error
minor setup.cfg update
Browse files
setup.cfg
CHANGED
|
@@ -5,7 +5,9 @@ max-line-length = 120
|
|
| 5 |
max-line-length = 120
|
| 6 |
|
| 7 |
[coverage:report]
|
| 8 |
-
include =
|
|
|
|
|
|
|
| 9 |
omit =
|
| 10 |
audiocraft/environment.py
|
| 11 |
audiocraft/solvers/*
|
|
|
|
| 5 |
max-line-length = 120
|
| 6 |
|
| 7 |
[coverage:report]
|
| 8 |
+
include =
|
| 9 |
+
audiocraft/*
|
| 10 |
+
assets/*
|
| 11 |
omit =
|
| 12 |
audiocraft/environment.py
|
| 13 |
audiocraft/solvers/*
|