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