mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 00:17:51 +01:00
This is really just needed so as to more easily make the packaged (pypi) version work. The 'invoke' command (which is mapped to 'wger' when packaged or installed via pip) needs a tasks.py file. Since the wger folder gets installed as a python package, it is easier if we just move that file there as well.
5 lines
102 B
INI
5 lines
102 B
INI
[pep8]
|
|
exclude = urls.py,tasks.py,*migrations*,*bower_components*
|
|
max-line-length = 100
|
|
ignore = W503
|