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

chore(ruff): configure ruff behavior #37

Merged
merged 1 commit into from
Dec 6, 2023

Conversation

gforsyth
Copy link
Member

@gforsyth gforsyth commented Dec 6, 2023

Ignore third-party and generated files.
Add a few noqa to test imports and exposing __version__.
Ensure that it doesn't write non-Py38 compatible code.

Forbid ruff from automatically "fixing" unused imports and print statements.

Followup to #36

Ignore third-party and generated files.
Add a few `noqa` to test imports and exposing `__version__`
Ensure that it doesn't write non-Py38 compatible code.
@gforsyth gforsyth merged commit 846a66a into substrait-io:main Dec 6, 2023
13 checks passed
@gforsyth gforsyth deleted the ruff-configure branch December 6, 2023 15:25
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