Explicit YAPF style

This commit is contained in:
Wiktor Niesiobędzki
2024-05-28 08:40:10 +00:00
committed by Wiktor Niesiobędzki
parent 3d668170e5
commit cf31d83b15
3 changed files with 6 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ echo -- FAST Names --
python3 tools/check_names.py --prefix-length=10 --failed-only fast/stages
echo -- Python formatting --
yapf --style="{based_on_style: google, indent_width: 2, SPLIT_BEFORE_NAMED_ASSIGNS: false}" -p -d -r \
yapf -p -d -r \
tools/*.py \
blueprints