ixc / python-edtf

MIT License
52 stars 19 forks source link

Ruff config and module import updates #51

Closed ColeDCrawford closed 5 months ago

ColeDCrawford commented 5 months ago

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.

aweakley commented 5 months ago

This looks great!