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
Originally reported by Inyeol Lee (Bitbucket: inyeol_lee, GitHub: Unknown)
Pragma string with initial space gets recognized:
It doesn't get recognized if with initial tab:
#pragma: no cover
"pragma: no branch" shows the same behavior.
The text was updated successfully, but these errors were encountered:
Hmm, you are right! Of course, best Python practice is not to use tab characters in your source files... :)
j/k, this will be an easy fix.
In the meantime, you can change the recognized pragmas with the exclude_lines configuration setting.
Sorry, something went wrong.
Fixed in 3eaac8c9319c (bb)
No branches or pull requests
Originally reported by Inyeol Lee (Bitbucket: inyeol_lee, GitHub: Unknown)
Pragma string with initial space gets recognized:
pragma: no cover
It doesn't get recognized if with initial tab:
#pragma: no cover
"pragma: no branch" shows the same behavior.
The text was updated successfully, but these errors were encountered: