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
I run the following command and expect none of those files to show up in the output:
> isort -c --sg **/marketplace/content/store/models/v*/** marketplace/content/store
ERROR: /Users/govind.rai/Projects/all-the-things/marketplace/content/store/models/marketplace/content/store/models/v1/messages_pb2.py Imports are incorrectly sorted and/or formatted. ERROR: /Users/govind.rai/Projects/all-the-things/marketplace/content/store/models/marketplace/content/store/models/v1/messages_pb2.pyi Imports are incorrectly sorted and/or formatted. ERROR: /Users/govind.rai/Projects/all-the-things/marketplace/content/store/models/marketplace/content/store/models/v1/messages_pb2.py Imports are incorrectly sorted and/or formatted. ERROR: /Users/govind.rai/Projects/all-the-things/marketplace/content/store/models/marketplace/content/store/models/v1/messages_pb2.pyi Imports are incorrectly sorted and/or formatted. Skipped 5 files
I'm using v. 5.10.1. I used this glob tester service to ensure my glob pattern is valid.
The text was updated successfully, but these errors were encountered:
skip_glob
!(ab|cd|ef)
No branches or pull requests
I run the following command and expect none of those files to show up in the output:
I'm using v. 5.10.1. I used this glob tester service to ensure my glob pattern is valid.
The text was updated successfully, but these errors were encountered: