does it make it sense that this fails che lint, ra...
# general
s
does it make it sense that this fails che lint, rather than just silently working?
Copy code
17:46:09.67 [31m[ERROR][0m 1 Exception encountered:

Engine traceback:
  in Find all targets in the project

KeyError: 'No section `project.dependencies` or `project.optional-dependencies` found in libraries/cuspy_guspy/pyproject.toml'
h
If your intention is to build a project with no deps? Yeah, this should probably silently work. I don’t like that this is an error.
❤️ 1
Feel free to fix (should be easy) / file an issue
👀 1