build: add poethepoet

This commit is contained in:
Nathaniel Landau
2023-08-30 08:53:10 -04:00
parent 69c1b491bb
commit 5bf9f3657d
5 changed files with 89 additions and 2 deletions

View File

@@ -5,6 +5,6 @@ external-sources=true
shell=bash
disable=SC2236 # Allow [ ! -z foo ] instead of suggesting -n
disable=SC2001 # Allow string="stirng" ; echo "$string" | sed -e "s/ir/ri/"
disable=SC2001 # Allow string="string" ; echo "$string" | sed -e "s/ir/ri/"
disable=SC2317 # Allow Command appears to be unreachable
disable=SC2034 # Allow unused variables