Closed patrzhan closed 11 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
f96fb4f
) 97.82% compared to head (5860bd8
) 97.87%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Issue #, if available:
Description of changes: Global flags must be in front of the regex expression in python 3.11+. This PR moves them there for regex instances that have them in the schema.
Why is this change necessary: Maintain compatibility with later versions of python.
How was this change tested: Using python 3.12, with these changes I no longer get warnings/errors about the regex.
Any additional information or context required to review the change:
Checklist:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.