Vauxoo / pre-commit-vauxoo

pre-commit-vauxoo python library to add a command to use all the configuration files and environment variables of Vauxoo
Other
2 stars 2 forks source link

[FIX] non-installable module regex #103

Closed antonag32 closed 1 year ago

antonag32 commented 1 year ago

This fixes #102. Previously the auto generated regex to exclude a module named "dummy" would also exclude any other module whose name started with "dummy".

The regex has been fixed and "dummy" can now be automatically excluded without excluding "dummy_subscription" or other similarly named repos.

moylop260 commented 1 year ago

@luisg123v

Could you check it, please?

antonag32 commented 1 year ago

@moylop260 @luisg123v

I have gone through Windows backslash purgatory and it seems the PR is ready to be merged.