Skip to content

Commit

Permalink
Use black in build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
seanthegeek committed Oct 26, 2024
1 parent f163a9f commit 4fe86b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4fe86b4

Please # to comment.