aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMango0x45 <thomasvoss@live.com>2021-02-13 19:24:26 +0000
committerMango0x45 <thomasvoss@live.com>2021-02-13 19:24:26 +0000
commit3cc231887c09c518d77a0ac9c343d147250d710a (patch)
tree78a9ea83ef5ccf6506b5b65dd6222f619d001f7a
parent9b6e9299a67fe0e657005fe0d41578d063888190 (diff)
downloadsteve-bot-3cc231887c09c518d77a0ac9c343d147250d710a.tar
steve-bot-3cc231887c09c518d77a0ac9c343d147250d710a.tar.gz
steve-bot-3cc231887c09c518d77a0ac9c343d147250d710a.tar.bz2
steve-bot-3cc231887c09c518d77a0ac9c343d147250d710a.tar.lz
steve-bot-3cc231887c09c518d77a0ac9c343d147250d710a.tar.xz
steve-bot-3cc231887c09c518d77a0ac9c343d147250d710a.tar.zst
steve-bot-3cc231887c09c518d77a0ac9c343d147250d710a.zip
Add formatting script
-rwxr-xr-xformat.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/format.sh b/format.sh
new file mode 100755
index 0000000..173f5a6
--- /dev/null
+++ b/format.sh
@@ -0,0 +1,3 @@
+#!/usr/bin/env sh
+isort *.py cogs/*.py || echo "Error running isort, make sure you have it installed."
+black *.py cogs/*.py || echo "Error running black, make sure you have it installed."