1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-23 19:55:38 +01:00
svtplay-dl/setup.cfg

11 lines
219 B
INI
Raw Normal View History

2018-01-30 20:04:53 +01:00
[flake8]
2018-02-22 21:04:59 +01:00
max-line-length = 150
2019-07-13 14:28:45 +02:00
ignore = E731,E741,E402,E501,W503,E203
2018-07-10 21:32:54 +02:00
[versioneer]
VCS = git
style = pep440
versionfile_source = lib/svtplay_dl/__version__.py
versionfile_build = svtplay_dl/__version__.py
2019-07-13 14:28:45 +02:00
tag_prefix =