gregsadetsky / minimalish-django-starter

Django + Vite starter kit & easy deployment using disco
0 stars 1 forks source link

is it too much to add pre-commit and black? #3

Open gregsadetsky opened 11 months ago

gregsadetsky commented 11 months ago

need to run command to setup pre-commit git hooks, right..? what does it do when black fails, stops the commit..? can it autoformat and git add...? is that weird/not the way you're supposed to use it?

gregsadetsky commented 10 months ago
gregsadetsky commented 10 months ago

and soooooooooome form of pyright or whatever --- to catch a missing import for example!!