-
Notifications
You must be signed in to change notification settings - Fork 380
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
Add option to use a allowed extensions instead of ignored extensions #251
Conversation
I don't understand why mypy complain about the line 1526 in my PR because i didn't change it ( or more accurate removed the change i did and it still complains). Maybe i didn't see something but I don't know. |
I ran into a similar issue recently. You could create the definition of |
Co-authored-by: Jiri <yedpodtrzitko@users.noreply.github.com>
- Change extension list mode setting from Checkbox to ComboBox to help better convey its purpose - Change and simplify wording - Add type hints to extension variables and change loading to use `get()` with default values - Sanitize older extension lists that don't use extensions with a leading "." - Misc. code organization and docstrings
That is so much better haha |
I added the option to invert the ignored extension list like its mentioned in #230.