Open NiklasRosenstein opened 10 months ago
todo
kraken run fmt lint
*.check
black
isort
build/
src/kraken/build/
todo
kraken run fmt lint
seems to run the*.check
tasks before the formatting tasks, but it should be the other way aroundblack
andisort
) skip over abuild/
directory even if it is in the source tree and contains source files (likesrc/kraken/build/
)