Add lintit function to #fish
This commit is contained in:
4
fish/.config/fish/functions/lintit.fish
Normal file
4
fish/.config/fish/functions/lintit.fish
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
function lintit
|
||||||
|
black .
|
||||||
|
isort -rc -y
|
||||||
|
end
|
||||||
Reference in New Issue
Block a user