diff --git a/build.sh b/build.sh index 574b404..47a049f 100755 --- a/build.sh +++ b/build.sh @@ -9,8 +9,7 @@ fi . venv/bin/activate pip install -U pip pip install -U -r requirements.txt -flake8 checkdmarc -flake8 tests.py +black --check . cd docs make clean make html