Skip to content
Snippets Groups Projects
  1. Jun 20, 2019
  2. 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
  3. Sep 05, 2018
  4. Jul 19, 2018
  5. 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
  6. Jul 09, 2018
  7. Jun 05, 2018
  8. 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
  9. 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
  10. Feb 02, 2016
  11. Aug 26, 2015
  12. Aug 13, 2015
  13. Jan 22, 2015
  14. Aug 12, 2014
Loading