DDeepin Developerfeat: Init commit
1c7874c8创建于 2022年10月13日历史提交
[coverage:run]
include = 
	mutagen/*
	tests/*
omit = 
	mutagen/_senf/*

[flake8]
ignore = E128,W601,E402,E731,W503,E741,E305,E121,E124,W504
exclude = mutagen/_senf,build,dist
max-line-length = 88

[tool:pytest]
markers = 
	quality
junit_family = xunit2

[mypy]
python_version = 3.6

[mypy-setup]
ignore_errors = True

[mypy-tests.*]
ignore_errors = True

[egg_info]
tag_build = 
tag_date = 0