- Oct 07, 2020
-
-
Andrew Morgan authored
https://github.com/matrix-org/synapse/tree/develop/docs/sphinx doesn't seem to really be utilised or changed recently since the initial commit. I like the idea of exportable documentation of the codebase, but at the moment after running through the build instructions the generated website wasn't very useful...
-
- Jul 05, 2020
-
-
Will Hunt authored
The CI appears to use the latest version of isort, which is a problem when isort gets a major version bump. Rather than try to pin the version, I've done the necessary to make isort5 happy with synapse.
-
- Jun 16, 2020
-
-
Dagfinn Ilmari Mannsåker authored
-
- Jun 20, 2019
-
-
Amber Brown authored
-
- Oct 24, 2018
-
-
Richard van der Hoff authored
Broadly three things here: * disable W504 which seems a bit whacko * remove a bunch of `as e` expressions from exception handlers that don't use them * use `r""` for strings which include backslashes Also, we don't use pep8 any more, so we can get rid of the duplicate config there.
-
- Sep 05, 2018
-
-
Amber Brown authored
-
- Jul 19, 2018
-
-
Amber Brown authored
-
- Jul 18, 2018
-
-
Richard van der Hoff authored
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.
-
- Jul 09, 2018
-
-
Amber Brown authored
-
- Jun 05, 2018
-
-
Amber Brown authored
-
- Jul 26, 2016
-
-
Richard van der Hoff authored
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.
-
- Apr 01, 2016
-
-
Mark Haines authored
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.
-
- Feb 02, 2016
-
-
Daniel Wagner-Hall authored
-
Daniel Wagner-Hall authored
-
- Aug 26, 2015
-
-
Mark Haines authored
-
- Aug 13, 2015
-
-
Mark Haines authored
-
- Jan 22, 2015
-
-
Mark Haines authored
-
- Aug 12, 2014
-
-
matrix.org authored
-