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

Worflows, Badges, and Black #177

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

Conversation

Rixxan
Copy link
Contributor

@Rixxan Rixxan commented Jul 4, 2022

Adds 2 CI/CD Workflows to Pydle and runs all Pydle code through the Black Code Formatter.

Workflow 1 checks to ensure the codebase complies with the black standards on every commit and fails if Black would reformat any code.

Workflow 2 runs on any push or PR to develop or master and runs the pytest test suite and static code analysis for any issues.

No content in this commit changes any functionality of Pydle or the public API. These changes are designed to help keep the Pydle codebase unified under one formatting style.

Rixxan added 3 commits July 4, 2022 15:56
Adds a pre-commit hook to clean established code with `black`, adds static code analysis and pytest workflow as well.
@theunkn0wn1 theunkn0wn1 added this to the v2.0 milestone Oct 24, 2022
@theunkn0wn1
Copy link
Collaborator

once #180 is merged, This is next.

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.

2 participants