Issue #84: fix code style.

This commit is contained in:
Sergey Vartanov 2021-09-19 22:23:42 +03:00
parent 3187906e62
commit e0988fbe0f
2 changed files with 25 additions and 19 deletions

View file

@ -2,7 +2,7 @@
echo "Checking code format with Black..."
if ! black -l 80 --check tests map_machine; then
black -l 80 --diff tests map_machine
black -l 80 --diff --color tests map_machine
echo "FAIL"
exit 1
fi