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 1 year ago

gregsadetsky commented 1 year 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 1 year ago
gregsadetsky commented 1 year ago

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