Add lintit function to #fish

This commit is contained in:
Colin Powell
2020-04-29 16:23:40 -04:00
parent 3552787459
commit 671860c9c5

View File

@ -0,0 +1,4 @@
function lintit
black .
isort -rc -y
end