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