Skip to content
Snippets Groups Projects
  1. Mar 18, 2020
  2. Mar 16, 2020
  3. Mar 13, 2020
  4. Mar 08, 2020
  5. Mar 06, 2020
    • Thomas Holene Løkkeborg's avatar
      #32 ignoring flake8 error because outdated · f33d6a6c
      Thomas Holene Løkkeborg authored
      see https://www.flake8rules.com/rules/W503.html
      
      previously the best practice for python was to put a linebreak after a binary operator, but going forward pep8 wants a linebreak before a binary operator. It's explained in the link above. There are errors for both of these cases, and previously they were both enabled... I disable this one because it's going against pep8
      
      so to be clear: in our code going forward linebreaks need to be placed BEFORE binary operators
      f33d6a6c
  6. Mar 02, 2020
  7. Feb 29, 2020
  8. Feb 28, 2020
  9. Feb 27, 2020
  10. Feb 26, 2020
  11. Feb 25, 2020
  12. Feb 24, 2020
  13. Feb 21, 2020
  14. Feb 20, 2020
  15. Feb 19, 2020
Loading