diff options
author | Mark Haines <mjark@negativecurvature.net> | 2016-04-01 16:20:09 +0100 |
---|---|---|
committer | Mark Haines <mjark@negativecurvature.net> | 2016-04-01 16:20:09 +0100 |
commit | 89e6839a487fdcf048b11481137c0c73ffa4f167 (patch) | |
tree | 6e45dccf9d58a596952457b73890178af973a6f0 /setup.cfg | |
parent | Merge pull request #684 from matrix-org/markjh/backfill_id_gen (diff) | |
parent | Use google style doc strings. (diff) | |
download | synapse-89e6839a487fdcf048b11481137c0c73ffa4f167.tar.xz |
Merge pull request #686 from matrix-org/markjh/doc_strings
Use google style doc strings.
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg index f8cc13c840..5ebce1c56b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,3 +17,6 @@ ignore = [flake8] max-line-length = 90 ignore = W503 ; W503 requires that binary operators be at the end, not start, of lines. Erik doesn't like it. + +[pep8] +max-line-length = 90 |