TIL there are dozens of neat little command-line tools hidden away in the Python standard library, available to run on any machine that has a Python installation https://til.simonwillison.net/python/stdlib-cli-tools
@simon I saw tabnanny and, as a browser tab addict, I had to know more.
Turns out it's a tabs vs spaces indent specific linter. Still cool though!