summary refs log tree commit diff
path: root/setup.cfg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move v1-only APIs into their own module & isolate deprecated ones (#3460)Amber Brown2018-07-191-0/+1
|
* add config for pep8Richard van der Hoff2018-07-181-3/+8
| | | | | | | | Since, for better or worse, we seem to have configured isort to generate 89-character lines, pycharm is now complaining at me that our lines are too long. So, let's configure pep8 to behave consistently with flake8.
* Add an isort configuration (#3463)Amber Brown2018-07-091-0/+12
|
* Port to sortedcontainers (with tests!) (#3332)Amber Brown2018-06-061-1/+2
|
* 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