Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-22 | Replace pylint with ruff | Ben Sima | |
Ruff is like a million times faster, and I mostly ignored pylint's suggestions anyway. I also took this opportunity to move lint tools into a runtime dependency on Lint.hs, which meant adding a wrapper to the Haskell builder, which was easy enough. This paves the way for proper rundeps in bild. | |||
2023-08-16 | Get python targets building | Ben Sima | |
I added 'black' to Biz/Lint.hs, but not the others because they rely on dependencies being in the PYTHONPATH to work, so they are only relevant in nix builds and repls. I also made some other tweaks to the python checkPhase and linted all the files. Everything should be building and linting correctly now. | |||
2021-11-26 | Rename Devalloc to Dragons | Ben Sima | |