We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I got the error re.error: global flags not at the start of the expression at position 15
re.error: global flags not at the start of the expression at position 15
This is fixed by editorconfig/editorconfig-core-py@6722ab5, which is included in v0.12.3
I fixed this locally by copying the changed lines linked above.
Global flags at the start of the expression were deprecated since python 3.6 and got invalid in python 3.11 (from Python-Markdown/markdown#1312).
The text was updated successfully, but these errors were encountered:
I am also fine to have it as (up to date) submodule, as suggested in #17 And to tag a new version #26 is still a good idea.
Sorry, something went wrong.
Updated, please give it a try.
It works 🍾 🎉 Thanks And thank you for the hint in README.md. I never heard about subtree.
No branches or pull requests
I got the error
re.error: global flags not at the start of the expression at position 15
This is fixed by editorconfig/editorconfig-core-py@6722ab5, which is included in v0.12.3
I fixed this locally by copying the changed lines linked above.
Global flags at the start of the expression were deprecated since python 3.6 and got invalid in python 3.11 (from Python-Markdown/markdown#1312).
The text was updated successfully, but these errors were encountered: