Explorar o código

Add lintit function to #fish

Colin Powell %!s(int64=5) %!d(string=hai) anos
pai
achega
671860c9c5
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      fish/.config/fish/functions/lintit.fish

+ 4 - 0
fish/.config/fish/functions/lintit.fish

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