Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make styles able to be extended by users #103

Merged
merged 3 commits into from
Feb 6, 2017

Commits on Jan 30, 2017

  1. Configuration menu
    Copy the full SHA
    bc364c0 View commit details
    Browse the repository at this point in the history
  2. Eagerload entry point & sort style names

    Adjusted a way to load style entry points, and made
    available style names (in --import-order-style help)
    sorted.
    
    PyCQA#103 (review)
    dahlia committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    87ea879 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2017

  1. Fix broken setuppy build in Travis CI

    https://travis-ci.org/PyCQA/flake8-import-order/builds/196644226
    
    Failure of setuppy build is due to a bug of distutils.command.check [1]
    which fixed at CPython 2.7.10 [2].
    
    Since Travis CI provides CPython 2.7.9, I changed setuppy build
    to use Python 3.5 instead to workaround CPython 2.7.9's bug.
    
    [1] https://bugs.python.org/issue23063
    [2] https://hg.python.org/cpython/rev/38826e21f0db
    dahlia committed Feb 2, 2017
    Configuration menu
    Copy the full SHA
    0d34a82 View commit details
    Browse the repository at this point in the history