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

Static checks #12

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Static checks #12

wants to merge 5 commits into from

Conversation

iky
Copy link
Contributor

@iky iky commented May 1, 2019

Apply a few static checks using pre-commit.

Most of the changes is reformatting the code done by black and isort.

@iky iky requested a review from mattbennett May 1, 2019 07:01
Makefile Outdated
flake8:
flake8 nameko_salesforce tests
static:
pre-commit run --all-files

pylint:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have you intentionally not included pylint in the static check?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 I found there is a way of running pylint inside the test virtualenv rather than the extra isolated pre-commit one.

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.

None yet

2 participants