1. 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
  2. 19 4月, 2015 1 次提交
  3. 18 4月, 2015 2 次提交
  4. 04 4月, 2015 1 次提交
  5. 02 4月, 2015 1 次提交
  6. 27 2月, 2015 1 次提交
  7. 26 2月, 2015 1 次提交
  8. 23 2月, 2015 1 次提交
    • A
      Misc fixes · ec44cfe1
      Alessio Sergi 提交于
      - Remove unused import
      - Fix double import
      - Remove unnecessary pass statement
      - Fix bad indentation
      - Fix pointless statement
      ec44cfe1
  9. 14 2月, 2015 1 次提交
  10. 07 2月, 2015 1 次提交
  11. 13 1月, 2015 1 次提交
  12. 02 1月, 2015 1 次提交
  13. 17 12月, 2014 1 次提交
  14. 16 12月, 2014 2 次提交
  15. 15 12月, 2014 1 次提交
  16. 12 12月, 2014 2 次提交
  17. 11 12月, 2014 1 次提交
  18. 05 12月, 2014 2 次提交
    • A
      Misc tweaks · baa8ef1f
      Alessio Sergi 提交于
      - fix help screen
      - whitespace before ‘:’
      - missing whitespace around operator
      - function name should be lowercase
      - class names should use CapWords convention
      - fix various misspelling
      baa8ef1f
    • A
      Remove i18n from log messages · 5da624c2
      Alessio Sergi 提交于
      5da624c2
  19. 04 12月, 2014 2 次提交
  20. 30 11月, 2014 1 次提交
  21. 25 11月, 2014 1 次提交
  22. 17 11月, 2014 5 次提交
  23. 13 11月, 2014 8 次提交