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

New build style: uv, justfile, ruff, drop unused #1

Merged
merged 9 commits into from
Sep 3, 2024
Merged

Conversation

erewok
Copy link
Member

@erewok erewok commented Aug 30, 2024

Our simple-salesforce fork did not rely on some of the tools that upstream has relied on including travis, tox, pylint, and some others. In addition, this fork had added a poetry-specialized pyproject.toml file.

This reworks the pyproject.toml file to be more in line with PEP517-style. In addition, we converted over to using uv to manage dependencies and the python environment, and we are also going to use ruff to lint the project.

In addition, this PR adds a justfile which should provide a generic interface for anyone who wants to work on the project and for our Github Actions workflows as well, where we are also relying on this file.

Lastly, files related to unused tooling have been removed.

justfile Outdated Show resolved Hide resolved
Copy link

github-actions bot commented Sep 3, 2024

Code Coverage

Package Line Rate Health
. 73%
aio 84%
Summary 78% (1994 / 2549)

Minimum allowed line rate is 70%

@erewok erewok merged commit 45374e4 into main Sep 3, 2024
10 checks passed
@erewok erewok deleted the new-build-style branch September 3, 2024 15:48
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