I made an online playground for FlakeHell.

Try: flakehell.orsinium.dev Source: github.com/life4/flakehell-online

So, you can try right from browser different Python linters, like wemake-python-styleguide, pylint, my beloved deal, and so on.

The fun thing is how it works. I run Python linter (and a few helper scripts) on top of pyodide (it is patched CPython compiled into WASM), which is managed through JS-bindings from Go application compiled into WASM and using GWeb library. ๐Ÿคฏ We need to go deeper!