aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Kramkowski <tomasz@kramkow.ski>2023-03-27 18:44:14 +0100
committerTomasz Kramkowski <tomasz@kramkow.ski>2023-03-27 18:44:14 +0100
commit56b6bcf44f4b7123a82621670c784fd404c97150 (patch)
tree17fc7e8fc7482d50a09ccb51a014060828f6dd4f
parent7bc36edb7b15cae90bbfa81187b63821466cdd59 (diff)
downloadpaste-56b6bcf44f4b7123a82621670c784fd404c97150.tar.gz
paste-56b6bcf44f4b7123a82621670c784fd404c97150.tar.xz
paste-56b6bcf44f4b7123a82621670c784fd404c97150.zip
Remove format executable
-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 "$@"