When I run isort on a directory it says: "Skipped 5 files" but there's no indication of which files have been skipped or why. It would be good if isort could print that information too.
To see which files have been skipped, you can add the -vb flag (note the single dash). It will not show you why the files have been skipped though!
Most helpful comment
To see which files have been skipped, you can add the
-vbflag (note the single dash). It will not show you why the files have been skipped though!