You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From #17 the need for allowing all imports from a certain module was raised. Ie. a common module with general utilities that are intended to be used everywhere. Maybe we could add an option to pyproject.toml, something like this maybe?
[oida]
allowed_imports = [
"foo.utils.*",
]
The text was updated successfully, but these errors were encountered:
From #17 the need for allowing all imports from a certain module was raised. Ie. a common module with general utilities that are intended to be used everywhere. Maybe we could add an option to
pyproject.toml
, something like this maybe?The text was updated successfully, but these errors were encountered: