OCA / oca-addons-repo-template

OCA Repository Template
MIT License
61 stars 89 forks source link

[FIX] prevent a warning message. #249

Closed legalsylvain closed 6 months ago

legalsylvain commented 6 months ago

Rational : once https://github.com/OCA/oca-addons-repo-template/pull/240 has been merged, there is a warning when we run pre-commit run -a in a repo that uses that template.

[WARNING] The top-level 'exclude' field is a regex, not a glob -- matching '/*' probably isn't what you want here

This commit removes the warning.

CC : original commiters @tuantrantg / reviewers : @pedrobaeza, @yajo, @simahawk, @carmenbianca