summary refs log tree commit diff
path: root/docs/sphinx/synapse.api.errors.rst (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-11-02Add contributer docs for using the provided linters script (#6164)Jason Robinson3-0/+13
* Add lint dependencies black, flake8 and isort These are required when running the `lint.sh` dev scripts. Signed-off-by: Jason Robinson <jasonr@matrix.org> * Add contributer docs for using the providers linters script Add also to the pull request template to avoid build failures due to people not knowing that linters need running. Signed-off-by: Jason Robinson <jasonr@matrix.org> * Fix mention of linter errors correction Co-Authored-By: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> * Add