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

ci: add ruff check build #40

Merged
merged 4 commits into from
Oct 5, 2024
Merged

ci: add ruff check build #40

merged 4 commits into from
Oct 5, 2024

Conversation

IndexSeek
Copy link
Contributor

@IndexSeek IndexSeek commented Oct 5, 2024

This PR adds the workflow to perform the ruff check on push and pulls and clears the remaining ruff violations.

Majority of the violation clearing involved adding several # noqa: F405 comments. I am not sure if there is a better way to handle that, but happy to adjust as necessary.

Closes #14

Edit: Just pushed again to fix the import around pydantic in the test_y file causing the tests to fail. Should we also go ahead rename this to something else as mentioned in #14 (comment)?

@kszucs kszucs merged commit 00159c7 into kszucs:main Oct 5, 2024
16 checks passed
@kszucs
Copy link
Owner

kszucs commented Oct 5, 2024

Thanks Tyler! Sure, please go ahead and rename test_y.py

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.

style: run ruff checks on ci
2 participants