mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-06 04:41:54 +02:00
Issue #84: fix code style.
This commit is contained in:
parent
3187906e62
commit
e0988fbe0f
2 changed files with 25 additions and 19 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue