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

enforce code format with black + isort #1738

Merged
merged 15 commits into from Jul 25, 2023

Commits on Jul 25, 2023

  1. setup: fix bdist_wheel

    dbungert committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    fa37fd7 View commit details
    Browse the repository at this point in the history
  2. pyproject: create

    start a pyproject.toml file, as black will only read config from it.
    dbungert committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    6b37ba4 View commit details
    Browse the repository at this point in the history
  3. tox: remove unused environments, add black,isort

    All the existing environments were unused and broken. Remove them.
    Add black and isort environments to help run a consistent version.
    dbungert committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    da4df7a View commit details
    Browse the repository at this point in the history
  4. make: cleanup flake8

    We've been using the distro flake8 for some time.  Also tox -e flake8 is
    broken.  Just remove this note.  Also drop unneded trailing slashes.
    dbungert committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    bd94ec3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    97fab00 View commit details
    Browse the repository at this point in the history
  6. flake8: compat with black

    dbungert committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    97d3801 View commit details
    Browse the repository at this point in the history
  7. models: fix lint

    black will reformat this in a manner that trips flake8.
    dbungert committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    5c6a488 View commit details
    Browse the repository at this point in the history
  8. system_setup: fix lint

    black will reformat this in a manner that trips flake8.
    dbungert committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    ff8d890 View commit details
    Browse the repository at this point in the history
  9. models/tests: fix lint

    black will reformat this in a manner that trips flake8.
    dbungert committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    f5de7dd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    93a34a6 View commit details
    Browse the repository at this point in the history
  11. format with black + isort

    dbungert committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    34d4064 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c08fdab View commit details
    Browse the repository at this point in the history
  13. add .git-blame-ignore-revs

    dbungert committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    8e65fea View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b71662e View commit details
    Browse the repository at this point in the history
  15. add .pre-commit-config.yaml

    dbungert committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    88a584e View commit details
    Browse the repository at this point in the history