Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix flake8 configuration | Richard van der Hoff | 2016-07-26 | 1 | -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 Haines | 2016-04-01 | 1 | -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 is | Daniel Wagner-Hall | 2016-02-02 | 1 | -1/+1 |
| | |||||
* | Fix flake8 warnings for new flake8 | Daniel Wagner-Hall | 2016-02-02 | 1 | -0/+1 |
| | |||||
* | Make 'setup.py test' run tox | Mark Haines | 2015-08-26 | 1 | -3/+0 |
| | |||||
* | Add max-line-length to the flake8 section of setup.cfg | Mark Haines | 2015-08-13 | 1 | -0/+3 |
| | |||||
* | Fix manifest. Ignore contrib and docs directories when checking manifest ↵ | Mark Haines | 2015-01-22 | 1 | -0/+8 |
| | | | | against source control. | ||||
* | Reference Matrix Home Server | matrix.org | 2014-08-12 | 1 | -0/+10 |