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
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
ERROR: /home/user/testisort/baz/baz.py Imports are incorrectly sorted and/or formatted.
Thus, isort honors the --skip-gitignore for the directory bar, but ignores it for the symlink baz. The result is the same if I run if from within foo:
Consider the following project structure
with
$cat /home/user/testisort/foo/.gitignore bar baz
Running
$isort --skip-gitignore --check /home/user/testisort/foo
gives the following output
Thus,
isort
honors the--skip-gitignore
for the directorybar
, but ignores it for the symlinkbaz
. The result is the same if I run if from withinfoo
:The text was updated successfully, but these errors were encountered: