This website works better with JavaScript
Home
Explore
Help
Sign In
secstate
/
dotfiles
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Add lintit function to #fish
Colin Powell
5 years ago
parent
3552787459
commit
671860c9c5
1 changed files
with
4 additions
and
0 deletions
Split View
Show Diff Stats
4
0
fish/.config/fish/functions/lintit.fish
+ 4
- 0
fish/.config/fish/functions/lintit.fish
View File
@@ -0,0 +1,4 @@
+function lintit
+ black .
+isort -rc -y
+end