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
@alex-morgun.cache is not a directory entry under . -- only part of the path after resolving a link?
i.e. I can run isort . --show-file and it shows .serverless/requirements/cryptography/__init__.py
On my mac, .serverless/requirements is a link to~/Library/Caches/serverless-python-requirements/blah_blah
As a workaround, it's easy to skip all of serverless:
Problem:
I have a python project, trying to skip directories, somehow it gos to .cache and ignores all my efforts to skip it.
I guess my .venv may have a link to .cache, but why don't isort check directory path?
isort --settings-path ./pyproject.toml --interactive . --- /home/user/.cache/serverless-python-requirements/649a0cce5c24ce3a831267ed1824fdb9b81342d2fe79bfbb8e22ff4b581f0dcc_x86_64_slspyc/openai/cli/_api/models.py:before 2024-06-30 02:59:45.979922
Solution:
The text was updated successfully, but these errors were encountered: