You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a proposal for -P <file>, --pwl argument to support several values (comma separated, for example).
In my project, I have several files with exclude words (separate for each language) and selecting all of them would be very handy to be able to work with this check.
What do you think?
I probably, can spend some time, implementing this feature, if you up for it!
The text was updated successfully, but these errors were encountered:
So either we must give None there and add all words manually (from multiple files), either we must build a temporary file that aggragates files and then use it in DictWithPWL.
I'll check which solution is easier to implement.
Hey @flashcode, thank you for a nice package!
I have a proposal for
-P <file>, --pwl
argument to support several values (comma separated, for example).In my project, I have several files with exclude words (separate for each language) and selecting all of them would be very handy to be able to work with this check.
What do you think?
I probably, can spend some time, implementing this feature, if you up for it!
The text was updated successfully, but these errors were encountered: