You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Pre-commit: Fix applying ruff to SCsub files
Also ignore iOS template dummy.h file for header guards check. Update ruff to 0.8.4 while at it.
This commit is contained in:
@@ -14,7 +14,7 @@ python_version = "3.8"
|
||||
|
||||
[tool.ruff]
|
||||
extend-exclude = ["thirdparty"]
|
||||
extend-include = ["SConstruct", "SCsub"]
|
||||
extend-include = ["*SConstruct", "*SCsub"]
|
||||
line-length = 120
|
||||
target-version = "py38"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user