You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Update pre-commit hooks configuration to use ruff instead of black
This commit is contained in:
committed by
Thaddeus Crews
parent
aaa4560729
commit
d9f8ef68df
@@ -12,7 +12,7 @@ def configure(env):
|
||||
# Check if the platform has marked mono as supported.
|
||||
supported = env.get("supported", [])
|
||||
|
||||
if not "mono" in supported:
|
||||
if "mono" not in supported:
|
||||
raise RuntimeError("This module does not currently support building for this platform")
|
||||
|
||||
env.add_module_version_string("mono")
|
||||
|
||||
Reference in New Issue
Block a user