1. 28 10月, 2018 2 次提交
  2. 13 10月, 2018 2 次提交
  3. 12 10月, 2018 1 次提交
  4. 10 10月, 2018 1 次提交
  5. 04 10月, 2018 1 次提交
  6. 22 7月, 2018 1 次提交
  7. 09 6月, 2018 1 次提交
  8. 28 5月, 2018 2 次提交
  9. 14 5月, 2018 1 次提交
  10. 25 3月, 2018 1 次提交
  11. 19 3月, 2018 2 次提交
  12. 28 2月, 2018 2 次提交
  13. 24 2月, 2018 1 次提交
  14. 19 2月, 2018 1 次提交
  15. 14 1月, 2018 1 次提交
  16. 05 12月, 2017 1 次提交
  17. 30 11月, 2017 1 次提交
  18. 26 11月, 2017 1 次提交
    • Ben Webber's avatar
      Add check to enforce literal syntax for Python builtin types · 35996b7a
      Ben Webber 创作于
      This check requires authors to initialize empty or zero builtin types
      using the literal syntax (e.g., `{}` instead of `dict()`).
      
      Authors may ignore this requirement for certain builtins using the
      `--ignore` option.
      
      Authors may also forbid calling `dict()` with keyword arguments
      (`dict(a=1, b=2)`) using the `--no-allow-dict-kwargs` flag.
      35996b7a
  19. 19 10月, 2017 1 次提交
  20. 12 10月, 2017 2 次提交
  21. 09 10月, 2017 1 次提交
  22. 07 10月, 2017 1 次提交
  23. 27 9月, 2017 1 次提交
  24. 19 9月, 2017 1 次提交
  25. 08 9月, 2017 1 次提交
  26. 06 9月, 2017 1 次提交
  27. 21 8月, 2017 1 次提交
  28. 27 7月, 2017 1 次提交
  29. 03 7月, 2017 3 次提交
  30. 25 6月, 2017 1 次提交
  31. 23 6月, 2017 2 次提交