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

Feature/autoblack #237

Open
wants to merge 11 commits into
base: develop
Choose a base branch
from
Open

Commits on Oct 5, 2021

  1. Configuration menu
    Copy the full SHA
    6d81cac View commit details
    Browse the repository at this point in the history
  2. Include flask-wtf in Pipfile

    This dependency has been included in `blaskapp.py`, but it was not
    included in the Pipfile, causing problems when launching the server.
    Elvirarp92 committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    37520a0 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. Configuration menu
    Copy the full SHA
    4d32135 View commit details
    Browse the repository at this point in the history
  2. Add black to dev dependencies

    Black releases for some reason count as prereleases, hence the
    allow_prereleases=true flag for pipenv
    Elvirarp92 committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    5fdb88f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1fa2466 View commit details
    Browse the repository at this point in the history
  4. Add .git-blame-ignore-revs

    This file contains hashes for reformatting commit(s) so they can be
    ignored in `git blame` output with the `--ignore-revs-file` option.
    Elvirarp92 committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    7a6a467 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Configuration menu
    Copy the full SHA
    382a84c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0afc580 View commit details
    Browse the repository at this point in the history
  3. Add Black code style badge

    Elvirarp92 committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    108f3c8 View commit details
    Browse the repository at this point in the history
  4. Remove duplicate Coveralls badge

    The remaining badge references the `main` branch
    Elvirarp92 committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    4066957 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    215b2ca View commit details
    Browse the repository at this point in the history