[CI] Add python file format to static checks.

Uses the same version of `black` as godot.
This commit is contained in:
Fabio Alessandrelli
2022-05-02 21:13:56 +02:00
parent 0b050442da
commit b47dfb6a5c
3 changed files with 12 additions and 3 deletions

View File

@@ -81,7 +81,7 @@ else:
env = Environment(ENV=os.environ)
is64 = sys.maxsize > 2 ** 32
is64 = sys.maxsize > 2**32
if (
env["TARGET_ARCH"] == "amd64"
or env["TARGET_ARCH"] == "emt64"