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

Automate Style with Standard Libraries #303

Closed
ryanohoro opened this issue Jan 27, 2023 · 0 comments · Fixed by #304
Closed

Automate Style with Standard Libraries #303

ryanohoro opened this issue Jan 27, 2023 · 0 comments · Fixed by #304

Comments

@ryanohoro
Copy link
Collaborator

Is your feature request related to a problem? Please describe.

The style guidelines for this project suggest PEP8 conformance, but the project itself provides no way to ensure it.

Describe the solution you'd like

Add black, isort, mypy, and flake8 to build actions (checks) and pre-commit hooks (fixes, checks).

Add yamlfix to pre-commit hooks (fixes).

Pre-commit hooks run before a git commit, cleaning up style and alerting to problems.

Describe alternatives you've considered

Additional context

Running style automation on the repo will introduce one-time changes in most files, which will require additional merging into other forks.

@ryanohoro ryanohoro mentioned this issue Jan 27, 2023
5 tasks
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 a pull request may close this issue.

1 participant