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

Fix: black only respects the root gitignore. #2225

Merged
merged 10 commits into from May 16, 2021
Merged

Commits on May 14, 2021

  1. Fix: typo

    hadialqattan committed May 14, 2021
    Copy the full SHA
    423735e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8245274 View commit details
    Browse the repository at this point in the history
  3. Add: CHANGELOG note.

    hadialqattan committed May 14, 2021
    Copy the full SHA
    a13c7a9 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    16e9df5 View commit details
    Browse the repository at this point in the history
  5. Update docs.

    hadialqattan committed May 14, 2021
    Copy the full SHA
    a923371 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    c8d894f View commit details
    Browse the repository at this point in the history

Commits on May 15, 2021

  1. Copy the full SHA
    004cdd8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6e8b856 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2021

  1. Use main's Pipfile.lock instead

    The original changes in Pipfile.lock are whitespace only. The changes
    turned the JSON's file indentation from 4 to 2. Effectively this
    happened: `json.dumps(json.loads(old_pipfile_lock), indent=2) + "\n"`.
    
    Just using main's Pipfile.lock instead of undoing the changes because
    1) I don't know how to do that easily and quickly, and 2) there's a
    merge conflict.
    ichard26 committed May 16, 2021
    Copy the full SHA
    70bc2af View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/main' into i1730

    conflicts for days ay?
    ichard26 committed May 16, 2021
    Copy the full SHA
    73ff89f View commit details
    Browse the repository at this point in the history