Skip to content
Snippets Groups Projects
  1. Oct 07, 2020
  2. Jul 05, 2020
    • Will Hunt's avatar
      isort 5 compatibility (#7786) · 62b1ce85
      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.
      62b1ce85
  3. Jun 16, 2020
  4. Jun 20, 2019
  5. Oct 24, 2018
    • Richard van der Hoff's avatar
      Fix a number of flake8 errors · ef771cc4
      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.
      ef771cc4
  6. Sep 05, 2018
  7. Jul 19, 2018
  8. Jul 18, 2018
    • Richard van der Hoff's avatar
      add config for pep8 · 3f9e649f
      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.
      3f9e649f
  9. Jul 09, 2018
  10. Jun 05, 2018
  11. Jul 26, 2016
    • Richard van der Hoff's avatar
      Fix flake8 configuration · db4f823d
      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.
      db4f823d
  12. Apr 01, 2016
    • Mark Haines's avatar
      Use google style doc strings. · 2a37467f
      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.
      2a37467f
  13. Feb 02, 2016
  14. Aug 26, 2015
  15. Aug 13, 2015
  16. Jan 22, 2015
  17. Aug 12, 2014
Loading