summary refs log tree commit diff
path: root/setup.cfg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix flake8 configurationRichard van der Hoff2016-07-261-4/+2
| | | | | | | | Apparently flake8 v3 doesn't like trailing comments on config settings. Also remove the pep8 config, which didn't work (because it was missing W503) and duplicated the flake8 config. We don't use pep8 on its own, so the config was duplicative.
* Use google style doc strings.Mark Haines2016-04-011-0/+3
| | | | | | | pycharm supports them so there is no need to use the other format. Might as well convert the existing strings to reduce the risk of people accidentally cargo culting the wrong doc string format.
* Explain what W503 isDaniel Wagner-Hall2016-02-021-1/+1
|
* Fix flake8 warnings for new flake8Daniel Wagner-Hall2016-02-021-0/+1
|
* Make 'setup.py test' run toxMark Haines2015-08-261-3/+0
|
* Add max-line-length to the flake8 section of setup.cfgMark Haines2015-08-131-0/+3
|
* Fix manifest. Ignore contrib and docs directories when checking manifest ↵Mark Haines2015-01-221-0/+8
| | | | against source control.
* Reference Matrix Home Servermatrix.org2014-08-121-0/+10