Coding 2022-09-24

Tags:
By Max Woerner Chase

Let's see if there are any quick hits I can do with MOTR. For now, I'm going to sort by least lines missing, and skip the Mypy plugin, as well as validation logic. So, by those standards, the first module to hit is... python_helpers. Okay, let's see what the deal is...

I've got two helper things in here, and I can't remember precisely what either of them is for. One of them extends the command to be given, and the other creates a Static containing an option for some program.

With the context I'm seeing for the latter one, it looks like the point of that is to bundle up a flag and a plugin package. I'm blanking on which thing this could be for, but it kind of sounds like a flake8 plugin might fit the bill? Nothing really jumped out at me as "yes, that is what I was thinking of" when I checked, but flake8-json looks like a reasonable thing to support.

Sadly, time, and so I'm going to leave this for myself to work on in the morning

Good night.