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

Add __future__ import style checker #1898

Merged
merged 5 commits into from
Apr 16, 2016
Merged

Add __future__ import style checker #1898

merged 5 commits into from
Apr 16, 2016

Commits on Apr 15, 2016

  1. Add __future__ import style checker

    This adds the [flake8-future-import][f] plugin for flake8, which enforces the
    standard set of `__future__` imports at the top of all Python files. This
    revealed a fair number of files that need to be fixed.
    
    To be revisited after #1887 is merged.
    
    [f]: https://github.com/xZise/flake8-future-import
    sampsyo authored and wordofglass committed Apr 15, 2016
    Configuration menu
    Copy the full SHA
    53b5faf View commit details
    Browse the repository at this point in the history
  2. Add description for all errors we ignore

    jackwilsdon authored and wordofglass committed Apr 15, 2016
    Configuration menu
    Copy the full SHA
    205f868 View commit details
    Browse the repository at this point in the history
  3. add missing print_function future imports

    wordofglass committed Apr 15, 2016
    1 Configuration menu
    Copy the full SHA
    6b43e12 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2016

  1. add missing absolute_import future imports

    wordofglass committed Apr 16, 2016
    Configuration menu
    Copy the full SHA
    0cfddfa View commit details
    Browse the repository at this point in the history
  2. add missing division future imports

    wordofglass committed Apr 16, 2016
    Configuration menu
    Copy the full SHA
    0f89f17 View commit details
    Browse the repository at this point in the history