Explorar el Código

Add lintit function to #fish

Colin Powell hace 5 años
padre
commit
671860c9c5
Se han modificado 1 ficheros con 4 adiciones y 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