Hi! 👋🏾
Today I found a string like this: "{}\n\n!=\n\n{}\n\nIN {}({})"
Notice the \nIN that's what codespell was reporting to me:
Products/PortalTransforms/tests/test_transforms.py:103: nIN ==> inn, min, bin, nine
Would it be possible to detect this escape sequences, in the example above \n 🤔
🍀