Browse Source

Add lintit function to #fish

Colin Powell 5 years ago
parent
commit
671860c9c5
1 changed files with 4 additions and 0 deletions
  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