Skip to content
Snippets Groups Projects
  1. Feb 22, 2022
  2. Apr 20, 2021
  3. Apr 09, 2021
  4. Apr 08, 2021
  5. Mar 24, 2021
  6. Mar 16, 2021
  7. Mar 09, 2021
  8. Oct 07, 2020
  9. 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.
      Unverified
      62b1ce85
  10. Jun 16, 2020
  11. Jun 20, 2019
  12. 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
  13. Sep 05, 2018
  14. Jul 19, 2018
  15. 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
  16. Jul 09, 2018
  17. Jun 05, 2018
  18. 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
  19. 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
  20. Feb 02, 2016
  21. Aug 26, 2015
  22. Aug 13, 2015
  23. Jan 22, 2015
  24. Aug 12, 2014
Loading