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

Ruff config and module import updates #51

Merged
merged 2 commits into from
May 16, 2024

Conversation

ColeDCrawford
Copy link
Contributor

@ColeDCrawford ColeDCrawford commented May 16, 2024

Use immediate modules within the package, and import from the package level for integration tests. I think it makes sense to expose most of the package methods, the parser classes, and the generic EDTFParseException.

For now, ignore pickle security warning (noqa S301).

Add a pre-commit hook for ruff and update the docs with a develop section.

Use immediate modules within the package, and import from the package level for integration tests.

For now, ignore `pickle` security warning.
Split requirements into primary and dev if still installing from requirements.txt
@ColeDCrawford ColeDCrawford changed the title Update module imports Ruff config and module import updates May 16, 2024
@aweakley
Copy link
Member

This looks great!

@aweakley aweakley merged commit ee1d07d into ixc:49_use_ruff May 16, 2024
5 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