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. 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.