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
Getting FileNotFoundError while running hatch run lint-py command.
Error only where there is not linting needed.
Throwing error on command below flake8 --toml-config /home/dir1 name with space/reactpy/pyproject.toml .
Works fine when running flake8 --toml-config pyproject.toml .
Current Situation
Getting FileNotFoundError while running
hatch run lint-py
command.Error only where there is not linting needed.
Throwing error on command below
flake8 --toml-config /home/dir1 name with space/reactpy/pyproject.toml .
Works fine when running
flake8 --toml-config pyproject.toml .
Step to reproduce:
hatch run lint-py
System detail
Proposed Actions
Replace white space with
\
so that os can locate the path which has while spaceThe text was updated successfully, but these errors were encountered: