1. 06 8月, 2017 2 次提交
  2. 29 7月, 2017 2 次提交
  3. 28 7月, 2017 3 次提交
  4. 27 7月, 2017 7 次提交
  5. 22 7月, 2017 1 次提交
  6. 11 7月, 2017 1 次提交
    • Zvezdan Petkovic's avatar
      Use extras_require instead of conditional code. · a7068ad3
      Zvezdan Petkovic 创作于
      Use of extras_require produces correct package metadata for flake8
      regardless of the version of Python the package is built with.
      The conditional code produces different metadata for Python 3 and 2.
      The latest versions of flake8 were released with Python 3 and metadata
      did not contain two dependencies necessary for use with Python 2.7.
      
      See https://gitlab.com/pycqa/flake8/issues/341 for details.
      
      Account for users of setuptools<18 that still need the conditional code.
      a7068ad3
  7. 04 6月, 2017 7 次提交
  8. 03 6月, 2017 1 次提交
  9. 02 6月, 2017 2 次提交
    • Ian Cordasco's avatar
      Refactor decision logic into its own object · 7fef0af0
      Ian Cordasco 创作于
      In dealing with the decision logic in the StyleGuide recently I
      recognized that the logic really doesn't belong strictly on the
      StyleGuide. A separate object makes perfect sense especially from the
      perspective of testability. This is a minor refactor intended solely to
      facilitate further testing and perhaps making the logic easier to
      understand for others.
      7fef0af0
    • Ian Cordasco's avatar
      Add debugging utility for FileChecker · feec0754
      Ian Cordasco 创作于
      feec0754
  10. 30 5月, 2017 3 次提交
  11. 28 5月, 2017 6 次提交
  12. 27 5月, 2017 2 次提交
  13. 26 5月, 2017 3 次提交