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

Introduce pre-commit pipelines #107

Merged
merged 7 commits into from
Feb 3, 2022
Merged

Introduce pre-commit pipelines #107

merged 7 commits into from
Feb 3, 2022

Conversation

vwxyzjn
Copy link
Owner

@vwxyzjn vwxyzjn commented Feb 3, 2022

This PR introduces pre-commit pipelines, which include

  • isort: automatically sort imported dependencies
  • autoflake: automatically remove unused variables and unused imports
  • black: auto-format
  • codespell: check word spelling

@gitpod-io
Copy link

gitpod-io bot commented Feb 3, 2022

@vwxyzjn vwxyzjn requested a review from dosssman February 3, 2022 02:02
@vwxyzjn
Copy link
Owner Author

vwxyzjn commented Feb 3, 2022

This pipeline doesn't change the code except for ppo_procgen. Merging now.

@vwxyzjn vwxyzjn merged commit b2aff8b into master Feb 3, 2022
@vwxyzjn vwxyzjn deleted the pre-commit branch February 3, 2022 14:27
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