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 linting #16

Merged
merged 6 commits into from
Jun 14, 2024
Merged

Add linting #16

merged 6 commits into from
Jun 14, 2024

Conversation

mathias-nillion
Copy link
Contributor

Adds pylint & mypy

@@ -14,17 +14,28 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Nillion SDK
Copy link
Member

Choose a reason for hiding this comment

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

Why do we need to install the Nillion SDK for linting? Isn't it enough with having poetry install nada_dsl and py_nillion_client?

Copy link
Member

@jcabrero jcabrero left a comment

Choose a reason for hiding this comment

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

Looks good. I just left a comment that can potentially speed up code validation. I am not sure we need to install nilup and set it up for the first linting step.

@mathias-nillion mathias-nillion merged commit a13e2e2 into main Jun 14, 2024
4 checks passed
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.

2 participants