We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, it is more difficult than necessary to see what files isort plans on formatting. See: https://twitter.com/tdhopper/status/1308101586321891328.
This ticket represents the work to make it easy to get at this information from the CLI.
The proposed interface will be isort . --show-files. When that flag is passed in all files will be listed, each on their own line.
isort . --show-files
The text was updated successfully, but these errors were encountered:
Implemented #1511: Support for easily seeing all files isort will be …
a5df07f
…ran against
Merge pull request #1512 from PyCQA/issue/1511/show-files-via-cli-sup…
44db9ff
…port Implemented #1511: Support for easily seeing all files isort will be …
No branches or pull requests
Currently, it is more difficult than necessary to see what files isort plans on formatting.
See: https://twitter.com/tdhopper/status/1308101586321891328.
This ticket represents the work to make it easy to get at this information from the CLI.
The proposed interface will be
isort . --show-files
. When that flag is passed in all files will be listed, each on their own line.The text was updated successfully, but these errors were encountered: