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
Similar to #8690, INP001 should skip such files: They are not meant to be imported, but meant to be run as standalone scripts with uv run folder/my_script.py or pipx run folder/my_script.py.
The text was updated successfully, but these errors were encountered:
I have a single Python file in a directory with a PEP 723 inline script header at the top of the file:
Similar to #8690,
INP001
should skip such files: They are not meant to be imported, but meant to be run as standalone scripts withuv run folder/my_script.py
orpipx run folder/my_script.py
.The text was updated successfully, but these errors were encountered: