Isort: Include information about which files are skipped

Created on 27 Nov 2017  路  1Comment  路  Source: PyCQA/isort

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.

Most helpful comment

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!

>All comments

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!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

johnthagen picture johnthagen  路  3Comments

and-semakin picture and-semakin  路  3Comments

ionelmc picture ionelmc  路  3Comments

darkclouder picture darkclouder  路  3Comments

kevindaum picture kevindaum  路  4Comments