Merge pull request #78448 from akien-mga/black-23.3.0

CI: Update static checks to black 23.3.0
This commit is contained in:
Rémi Verschelde 2023-06-20 00:05:39 +02:00
commit 217a20a8a0
No known key found for this signature in database
GPG key ID: C3336907360768E1
14 changed files with 4 additions and 38 deletions

View file

@ -21,7 +21,6 @@ def can_build():
if os.name == "nt":
# building natively on windows!
if os.getenv("VSINSTALLDIR"):
if os.getenv("ANGLE_SRC_PATH") is None:
return False