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

test: replace pytest-flake8 with pre-commit #91

Merged
merged 2 commits into from
Dec 21, 2021
Merged

Commits on Dec 21, 2021

  1. test: replace pytest-flake8 with pre-commit

    There's weird behaviors with Flake8 interacting with pytest.
    
    Instead of using pytest to run the tests, make it a pre-commit hook.
    
    Resolves #82
    
    Signed-off-by: Mike Fiedler <miketheman@gmail.com>
    miketheman committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    f091e32 View commit details
    Browse the repository at this point in the history
  2. docs: add badge to readme

    Signed-off-by: Mike Fiedler <miketheman@gmail.com>
    miketheman committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    c54ebb4 View commit details
    Browse the repository at this point in the history