aboutsummaryrefslogtreecommitdiffstats
path: root/format
diff options
context:
space:
mode:
Diffstat (limited to 'format')
-rwxr-xr-xformat3
1 files changed, 3 insertions, 0 deletions
diff --git a/format b/format
new file mode 100755
index 0000000..bac95b0
--- /dev/null
+++ b/format
@@ -0,0 +1,3 @@
+#!/bin/sh
+[ "$#" -eq 0 ] && set .
+poetry run black -q "$@"