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 tooling to lint and format Python code #209

Merged
merged 4 commits into from
Feb 6, 2024
Merged

Add tooling to lint and format Python code #209

merged 4 commits into from
Feb 6, 2024

Conversation

akashin
Copy link
Collaborator

@akashin akashin commented Feb 6, 2024

This PR adds a PDM package manager configuration to manage Python developer tools.

We can now use these tools to lint and format the Python code:

pdm lint
pdm fmt

In the future, we will add this as a part of CI run.

This work heavily borrows from this blog post: https://rudeigerc.dev/posts/structuring-a-python-project/

@akashin akashin added the C-housekeeping Category: Refactoring, cleanups, code quality label Feb 6, 2024
@akashin akashin added this to the ZK WASM: Stage 2 milestone Feb 6, 2024
@akashin akashin added this pull request to the merge queue Feb 6, 2024
Merged via the queue into main with commit 41bb325 Feb 6, 2024
21 checks passed
@akashin akashin deleted the enable_pdm branch February 6, 2024 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-housekeeping Category: Refactoring, cleanups, code quality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants