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

Pre-commit hooks and black code formatting #224

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

Commits on Nov 15, 2022

  1. Add pre-commit hooks and black

    ngoiz committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    98f5c27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce9f6d2 View commit details
    Browse the repository at this point in the history
  3. Add pre-commit to env file

    ngoiz committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    7907da5 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2022

  1. Update .pre-commit-config.yaml

    Added some additional dependencies. Bandit, to check for security issues, updated black max-line length, enabled isort to sort the imports and using flake8 to style the code
    sduess committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    4581e85 View commit details
    Browse the repository at this point in the history