-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
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
Added option not to compile python files #133
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with the changes I mentioned, but gonna leave the final review to @jrief. Thank you for your PR.
PS: In the future please use a different branch name for your PR. See https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-requests.
action='store_true', | ||
dest='exclude_py', | ||
default=False, | ||
help=_("Exclude python files from scan?") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nitpick: perhaps change question mark to dot.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rather, no punctuation mark at all.
@askvortsov1 which use-case does this feature have? |
No description provided.