mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Implement black formatting
This commit is contained in:
@@ -8,4 +8,5 @@ ROOT=$(dirname "$GIT")
|
||||
|
||||
. "$ROOT/env/bin/activate"
|
||||
"$ROOT/script/lint"
|
||||
"$ROOT/script/format" --check --quiet || (echo "Formatting check failed, run ./script/format" && exit 1)
|
||||
"$ROOT/script/coverage"
|
||||
|
||||
Reference in New Issue
Block a user