mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-23 11:45:38 +01:00
11 lines
219 B
INI
11 lines
219 B
INI
[flake8]
|
|
max-line-length = 150
|
|
ignore = E731,E741,E402,E501,W503,E203
|
|
|
|
[versioneer]
|
|
VCS = git
|
|
style = pep440
|
|
versionfile_source = lib/svtplay_dl/__version__.py
|
|
versionfile_build = svtplay_dl/__version__.py
|
|
tag_prefix =
|