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
In the log, ruff says rule I001 failed (import is not formatted), but on my local development environment, ruff passes with no issues.
ruff's suggestion is to move from ENCard.encard import encard import into the second level, but ENCard is a submodule in project root, so it should be in third level.