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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use black code formatter #3852

Merged
merged 18 commits into from
May 9, 2019
Merged

Use black code formatter #3852

merged 18 commits into from
May 9, 2019

Commits on May 9, 2019

  1. Add black to dev requirements

    krzysztofwolski authored and NyanKiyoshi committed May 9, 2019
    Configuration menu
    Copy the full SHA
    226c39f View commit details
    Browse the repository at this point in the history
  2. Add black config - skip popular cache dirs

    krzysztofwolski authored and NyanKiyoshi committed May 9, 2019
    Configuration menu
    Copy the full SHA
    1265bff View commit details
    Browse the repository at this point in the history
  3. Update requirements files

    krzysztofwolski authored and NyanKiyoshi committed May 9, 2019
    Configuration menu
    Copy the full SHA
    239bee7 View commit details
    Browse the repository at this point in the history
  4. Update configuration files to new python formatter

    krzysztofwolski authored and NyanKiyoshi committed May 9, 2019
    Configuration menu
    Copy the full SHA
    60bf65b View commit details
    Browse the repository at this point in the history
  5. Add black linter to a GitHub action

    NyanKiyoshi committed May 9, 2019
    Configuration menu
    Copy the full SHA
    5d940ed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d0c0219 View commit details
    Browse the repository at this point in the history
  7. Reapply the black formatting

    NyanKiyoshi committed May 9, 2019
    Configuration menu
    Copy the full SHA
    df0bf5e View commit details
    Browse the repository at this point in the history
  8. Update changelog

    NyanKiyoshi committed May 9, 2019
    Configuration menu
    Copy the full SHA
    17c990a View commit details
    Browse the repository at this point in the history
  9. Exclude C0330 from pylint checks

    Pylint produces false positives for C0330 which makes it harder to pass
    the codeclimate checks with black. In anyway, black is supposed to
    detect any bad continuation. Thus replacing C0330.
    NyanKiyoshi committed May 9, 2019
    Configuration menu
    Copy the full SHA
    668e918 View commit details
    Browse the repository at this point in the history
  10. Update configs to enable pre-commit and reformat files

    NyanKiyoshi committed May 9, 2019
    Configuration menu
    Copy the full SHA
    8ec5490 View commit details
    Browse the repository at this point in the history
  11. Make black check the whole project (including tests)

    NyanKiyoshi committed May 9, 2019
    Configuration menu
    Copy the full SHA
    107576f View commit details
    Browse the repository at this point in the history
  12. Update isort rules to stop the conflicts with black

    NyanKiyoshi committed May 9, 2019
    Configuration menu
    Copy the full SHA
    a0bc329 View commit details
    Browse the repository at this point in the history
  13. Update docs to mention pre-commit and black

    NyanKiyoshi committed May 9, 2019
    Configuration menu
    Copy the full SHA
    1fc05ed View commit details
    Browse the repository at this point in the history
  14. Fix build from failing tests

    NyanKiyoshi committed May 9, 2019
    Configuration menu
    Copy the full SHA
    7207796 View commit details
    Browse the repository at this point in the history
  15. Add note in docs about the 88 characters limit

    NyanKiyoshi committed May 9, 2019
    Configuration menu
    Copy the full SHA
    82f8c01 View commit details
    Browse the repository at this point in the history
  16. Update docs

    NyanKiyoshi committed May 9, 2019
    Configuration menu
    Copy the full SHA
    d9dfdf8 View commit details
    Browse the repository at this point in the history
  17. Add Flake8 as check action

    NyanKiyoshi committed May 9, 2019
    Configuration menu
    Copy the full SHA
    81fa485 View commit details
    Browse the repository at this point in the history
  18. Simplify the coding style guide

    NyanKiyoshi committed May 9, 2019
    Configuration menu
    Copy the full SHA
    c1d952a View commit details
    Browse the repository at this point in the history