On 2/27/24 3:39 PM, Bruno Haible wrote: > $ pycodestyle *.py > ... > GLEmiter.py:535:26: W605 invalid escape sequence '\.' > GLEmiter.py:535:35: W605 invalid escape sequence '\.' > ...
I discovered it that way too. I like using Eglot from Emacs though. If you are using Emacs 29+ the `eglot' command should be built-in. In that case in the following line: sed_drop_objext='s/\.o$//;s/\.obj$//' The '\.o$//;s/\.obj$//' part will be crossed out. Not sure if that is your perfected way of doing things but I find it useful so I figured I'd mention it. :) Collin