HazyResearch / fm_data_tasks

Foundation Models for Data Tasks
100 stars 20 forks source link

Problem with poetry #10

Open duongnhatthang opened 1 year ago

duongnhatthang commented 1 year ago

The flake8 hooks require a gitlab account, which is annoying. The isort hooks give me a weird bug for "pip-shims<=0.3.4" originates from a subprocess.

I have to comment out these two in the .pre-commit-config.yaml file to commit on my fork.

Just out of curiosity, why do you choose poetry instead of docker?