-
Notifications
You must be signed in to change notification settings - Fork 0
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 nox task to check format #280
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please always adjust the active GitHub workflows as well as the GitHub workflow templates of the toolbox.
51155cd
to
dceb5d5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update checks template:
exasol.toolbox.templates.checks.yml
Also please add a changelog entry
Context
you could easily merge code which had formatting errors so we need an automatic formatting check for this problems
Description
This pull request add an nox task which scans the python files for the correct format and is used as a github workflow to check automatically the code for the correct format