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

Refactor src/black/__init__.py into many files #2206

Merged
merged 18 commits into from May 8, 2021
Merged

Refactor src/black/__init__.py into many files #2206

merged 18 commits into from May 8, 2021

Commits on May 7, 2021

  1. Copy the full SHA
    6646e3f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1765b49 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    2f39fd1 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    c049459 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    676e751 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    7fb4cd1 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    43a1ebd View commit details
    Browse the repository at this point in the history
  8. Move transformers to trans.py

    ambv committed May 7, 2021
    Copy the full SHA
    2857f81 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    4546f44 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    d98f5e1 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2021

  1. add CHANGES

    JelleZijlstra committed May 8, 2021
    Copy the full SHA
    7b3cbd7 View commit details
    Browse the repository at this point in the history
  2. add numeric.py

    JelleZijlstra committed May 8, 2021
    Copy the full SHA
    6f403b2 View commit details
    Browse the repository at this point in the history
  3. add linegen.py

    JelleZijlstra committed May 8, 2021
    Copy the full SHA
    fbfbf37 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    fbe1289 View commit details
    Browse the repository at this point in the history
  5. make strings.py just about strings

    Feels like this would be easier for new contributors to understand
    where to look.
    JelleZijlstra committed May 8, 2021
    Copy the full SHA
    446a76f View commit details
    Browse the repository at this point in the history
  6. more docstrings

    JelleZijlstra committed May 8, 2021
    Copy the full SHA
    3be31b4 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    fc97456 View commit details
    Browse the repository at this point in the history
  8. Include new files in tests

    ambv committed May 8, 2021
    Copy the full SHA
    17efaf7 View commit details
    Browse the repository at this point in the history