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

Issue #20 - Add developer tools to template project #24

Merged
merged 2 commits into from
Aug 9, 2021
Merged

Commits on Aug 6, 2021

  1. Issue #20 - Add developer tools to template project

    Add black, flake8 (and some plugins), and mypy to python template repo
    along with some hopefully sane default configuration. Update README to
    point users at `setup.cfg` instead of `setup.py` and elaborate on dev
    tool use.
    MJJoyce committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    7cf3f8a View commit details
    Browse the repository at this point in the history
  2. Issue #20 - Baseline clean repo files

    Clean our template files so they pass black, flake8, and mypy without
    errors / warnings.
    MJJoyce committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    98a7f51 View commit details
    Browse the repository at this point in the history