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

ci,build: Add flake8, black, isort (and wire into CI) #42

Merged
merged 12 commits into from
Sep 4, 2022

Commits on Sep 3, 2022

  1. build(deps): Remove setup.py

    tony committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    890f028 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8907d5 View commit details
    Browse the repository at this point in the history
  3. ci(tox): Add isolated_build = true for pyproject.toml support

    ERROR: pyproject.toml file found.
    To use a PEP 517 build-backend you are required to configure tox to use an isolated_build:
    https://tox.readthedocs.io/en/latest/example/package.html
    tony committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    1f7eebe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5cc669 View commit details
    Browse the repository at this point in the history
  5. Add flake8: Ignore virtualenvs

    tony committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    3d45bee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    551f887 View commit details
    Browse the repository at this point in the history
  7. chore: Run black on codebase

    tony committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    fa88bae View commit details
    Browse the repository at this point in the history
  8. chore(flake8): Fix whitespacing

    ./tests/test_text_files.py:210:1: W293 blank line contains whitespace
    ./tests/test_text_files.py:227:1: W293 blank line contains whitespace
    tony committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    62c0000 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    17d42cd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9fd590c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6b9c2de View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2022

  1. Configuration menu
    Copy the full SHA
    61447bf View commit details
    Browse the repository at this point in the history