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

Add Pre-Commit Formatting; Update Dependencies #5

Open
wants to merge 12 commits into
base: dev
Choose a base branch
from

Conversation

RyanStyron
Copy link
Collaborator

Setting additional foundations for the tool's framework, this pull request addresses oversights that have arisen in the project so far.

  • Refines the permitted Python versions to 3.11.* and 3.12.*, as TensorFlow's latest build does not have support for 3.13.
  • Standardizes the formatting of the program by making use of the PEP 8 style guide, implemented by black.
  • Adds support for pre-commit checking.
  • Adds initializer for the quant package (as a basis).
  • Adds .gitignore to exclude Python cache files.
  • Corrects minor issues in the README.

@RyanStyron RyanStyron changed the base branch from main to dev October 16, 2024 04:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant