Explicitly setting MANIFEST, a nightmare to get config values respected

This commit is contained in:
James Barnsley
2021-10-26 21:21:12 +13:00
parent 2a846cd4e5
commit 160c94d0c2
3 changed files with 8 additions and 5 deletions

View File

@ -63,7 +63,7 @@ mopidy.ext =
[flake8]
application-import-names = mopidy_iris, tests
max-line-length = 80
max-line-length = 100
select =
# Regular flake8 rules
C, E, F, W