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
if a pyproject.toml exists in /the/path, and current directory is not /the/path, we doq -wf /the/path/src/a.py will fail. Why not search pyproject.toml upward from /the/path/src?
The text was updated successfully, but these errors were encountered:
Detect os.path.isfile("/the/path/src/pyproject.toml"), if not, detect os.path.isfile("/the/path/pyproject.toml"), ..., if os.path.isfile("/pyproject") is not, don't use pyproject.toml?
if a
pyproject.toml
exists in/the/path
, and current directory is not/the/path
, wedoq -wf /the/path/src/a.py
will fail. Why not searchpyproject.toml
upward from/the/path/src
?The text was updated successfully, but these errors were encountered: