Closed Lasica closed 12 months ago
Ok I see this is regex python 3.11 issue: https://docs.python.org/3/whatsnew/3.11.html#porting-to-python-3-11
So we can close it, leave it archived so maybe someone else encounters this issue.
the (?s)
in regex was the cause.
Created a new diagnostic section in the documentation based on this, ref: #190
I've found that my spellcheck config works for version 0.28.0 and before, but at 0.29.0 I have the following crash:
and it occurs in all higher versions. Here's my
spellcheck.yml
:Any ideas what could be the issue? I've checked changelog to see what's changed in those versions but apart from python/library updates I didn't see anything. There was also addition of markdown check to default
spelling.yml