diff --git a/githooks/pre-commit b/githooks/pre-commit new file mode 100755 index 0000000..7c181ef --- /dev/null +++ b/githooks/pre-commit @@ -0,0 +1,4 @@ +#!/bin/sh + +python3 -m black --check . +python3 -m ruff check .