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

Adds developer quality of life dev enhancements #138

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Sep 30, 2023

  1. Adds developer quality of life dev enhancements

    1: Adds a make file for running tasks
    2: Add make for black formatting and pylint + flake8
    3: Create a requirements_dev file for dev setup
    4: Use pip-tools to generate appropriate requirements file.
    
    TAG: #HACKTOBERFEST2023
    LairdStreak committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    3b3c294 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad039a0 View commit details
    Browse the repository at this point in the history
  3. Update: Fixup some flake8 and pylint issues

    Added Ignore for E203 space before :
    Added Ignore for W503 newline before binary operator
    LairdStreak committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    3d7edda View commit details
    Browse the repository at this point in the history
  4. Update: Update README and add diagrams

    Update to readme with developer instructions
    Adds Class and package diagrams. [pyreverse]
    LairdStreak committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    93fbc05 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1 from LairdStreak/hacktoberfest2023/quality_of_l…

    …ife_dev_improvements
    
    Hacktoberfest2023/quality of life dev improvements
    LairdStreak authored Sep 30, 2023
    Configuration menu
    Copy the full SHA
    7c8c46d View commit details
    Browse the repository at this point in the history