ocean
ocean copied to clipboard
[Enhancement/Feature] [Integration] [Gitlab] Change fnmatch to glob in file kind
Motivation
Right now we use the fnmatch to find globs in the gitlab file-kind feature. It needs to change to regular glob library once Ocean will be available to Python 3.12-13, So that we get all glob features.
Proposed Changes
Change fnmatch to glob
Are you willing to submit a PR?
- [ ] I'm willing to submit a PR!