🌊 Ocean 🌊 is an innovative solution developed by Port to seamlessly integrate various third-party systems with our developer portal product, empowering engineers to effortlessly prioritize key features and streamline the integration process.
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.
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?