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 code style check and fix commands #210

Merged
merged 2 commits into from
Aug 14, 2024
Merged

Add code style check and fix commands #210

merged 2 commits into from
Aug 14, 2024

Conversation

nickspaargaren
Copy link
Owner

What

  • Add code style "check" and "fix" commands
  • Adds code style check pipeline check
  • Add pip packages cache in pipeline
  • Adds "pytest" to requirements.txt

How to test

  • Run make init
  • Run make codestyle-check
  • There should be no code style warnings
  • Make a code change, add a few enters for example in an Python .py file
  • Run make codestyle-check again
  • There should be a code style warning
  • Run make codestyle-fix to resolve the warnings

@nickspaargaren nickspaargaren merged commit 8a30411 into master Aug 14, 2024
5 checks passed
@nickspaargaren nickspaargaren deleted the code-style branch August 14, 2024 08:36
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