open-lasso-python / lasso-python

Home of the open-source CAE library lasso-python 🐍
BSD 3-Clause "New" or "Revised" License
50 stars 12 forks source link

Failed to run task "lint" #23

Closed rao014 closed 1 year ago

rao014 commented 1 year ago

🐛 Describe the bug A clear and concise description of what the bug is.

đŸ”ĸ To Reproduce Steps to reproduce the behavior:

run > task lint Observed on VS Code (Windows)

💘 Expected behavior Linting check works

📷 Screenshots image

đŸ–Ĩī¸ Setup

ℹī¸ Additional context possible solution: remove python3 -m from the lint task in poetry file

codie3611 commented 1 year ago

@rao014 how should we proceed here? Do I understand to simply remove python3 -m and just do poetry ...?

rao014 commented 1 year ago

@codie3611 It works now on my PC. No idea why! Closing this issue.