1. 16 2月, 2018 1 次提交
  2. 14 2月, 2018 1 次提交
  3. 13 2月, 2018 1 次提交
  4. 30 12月, 2017 1 次提交
  5. 29 10月, 2017 1 次提交
  6. 15 10月, 2017 1 次提交
  7. 14 6月, 2017 1 次提交
  8. 09 1月, 2017 2 次提交
    • A
      flake8 fixes · 92e76ff6
      Alessio Sergi 提交于
      - wrong continued indentation
      - missing whitespace after ':'
      - unused imports
      - expected 2 blank lines after class or function definition
      92e76ff6
    • A
      Copyright 2017 · 0f2824fd
      Alessio Sergi 提交于
      0f2824fd
  9. 20 12月, 2016 1 次提交
  10. 31 10月, 2016 1 次提交
  11. 30 10月, 2016 1 次提交
  12. 28 10月, 2016 1 次提交
  13. 24 10月, 2016 1 次提交
  14. 07 10月, 2016 1 次提交
  15. 17 9月, 2016 1 次提交
  16. 12 7月, 2016 1 次提交
  17. 03 6月, 2016 1 次提交
  18. 28 5月, 2016 1 次提交
  19. 10 5月, 2016 1 次提交
  20. 04 3月, 2016 1 次提交
  21. 21 1月, 2016 1 次提交
  22. 14 11月, 2015 1 次提交
  23. 05 11月, 2015 1 次提交
  24. 11 5月, 2015 2 次提交
    • A
      flake8 · af0bd377
      Alessio Sergi 提交于
      - import statements are in the wrong order.
      - missing whitespace around arithmetic operator
      - blind except: statement
      - multiple imports on one line
      - trailing whitespace
      - blank line contains whitespace
      - line break before binary operator
      - missing whitespace after ','
      - block comment should start with '# '
      - multiple spaces before operator
      - 'logger' imported but unused
      - expected 2 blank lines, found 1
      af0bd377
    • A
      PEP 257 · 5e5c6817
      Alessio Sergi 提交于
      - First line should end with a period
      - No blank lines allowed after function docstring
      - 1 blank line required between summary line and description
      - 1 blank line required before class docstring
      - Multi-line docstring closing quotes should be on a separate line
      - No whitespaces allowed surrounding docstring text
      - One-line docstring should fit on one line with quotes
      - Use r""" if any backslashes in a docstring
      5e5c6817
  25. 02 5月, 2015 1 次提交
  26. 23 3月, 2015 1 次提交
  27. 06 3月, 2015 1 次提交
  28. 26 2月, 2015 1 次提交
  29. 19 1月, 2015 1 次提交
  30. 18 1月, 2015 1 次提交
  31. 14 1月, 2015 1 次提交
  32. 13 1月, 2015 4 次提交
  33. 12 1月, 2015 1 次提交
  34. 02 1月, 2015 1 次提交
  35. 27 12月, 2014 1 次提交