16 Commits

Author SHA1 Message Date
Rasmus Storm
c626b77341 Spelling/grammar fixes in text docs/comments
Fixed typos and grammatical errors in comments and text documents. No code outside of comments has been altered.
2020-10-14 11:37:38 +02:00
Roland Geider
8bb38f4b7b Merge branch 'feature/mobile-templates'
# Conflicts:
#	requirements.txt
2020-08-11 15:11:08 +02:00
Roland Geider
d81b822ff1 Activate flake8 linter 2020-08-08 15:40:45 +02:00
Roland Geider
a5d95592d0 Rename email app to mailer
The old name was causing too many problems by colliding with python's
email module
2020-07-29 00:04:22 +02:00
Roland
dcd3163569 Sort imports using isort 2020-06-28 22:53:57 +02:00
Roland
7685b00e68 Remove flake8-putty
This is not compatible with current version of flake8 and doesn't sem to be
needed anymore. This could be removed anyway with githubs super linter
anyway.
2020-06-28 21:28:22 +02:00
Peter van der Does
736635b6b0 Sorted imports 2017-04-21 15:56:34 -04:00
Peter van der Does
10d26c60a2 Skip unused import for certain files. 2017-04-21 14:10:46 -04:00
Peter van der Does
6ea427a1ee Travis fails with E503 error in flake8
It looks like Travis doesn't like the ignore section to be multiple
lines.
2017-04-21 14:10:00 -04:00
Peter van der Does
f35de4171a Use flake8-putty 2017-03-28 12:08:23 -04:00
Peter van der Does
0dd871380e Add flake8 configuration 2017-03-28 12:08:22 -04:00
Roland Geider
2416854996 Set universal flag in setup.cfg
This is a pure python package and was being packaged (e.g. to pypi) like this
anyway.
2016-03-01 12:30:47 +01:00
Roland Geider
e5e0a28889 Move tasks file to wger folder
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.
2016-02-26 23:33:24 +01:00
Roland Geider
8b66e936ba Update ignore lists with the new bower components 2015-08-31 15:19:06 +02:00
Roland Geider
7e535596f9 Fix configuration file
Turns out, python 2 throws an exception if there are spaces in front of the
option names.
2015-02-17 17:46:14 +01:00
Roland Geider
3189927f88 Fix pep8 errors
Also, move the settings for the pep8 checks from the command line to a
configuration file, which is a better solution anyway.
2015-02-17 14:31:19 +01:00