neulab / explainaboard_web

MIT License
8 stars 2 forks source link

force isort to recognize explainaboard_web as a local folder #527

Closed lyuyangh closed 1 year ago

lyuyangh commented 1 year ago

Because we generate the explainaboard_web directory, isort does not recognize explainaboard_web as a local folder. This PR forces isort to treat any import from explainaboard_web as a local import. Currently, local invocation of isort may give different results from the CI depending on how we set up our environments. This PR addresses that issue.

cc @noelchen90