This commit is contained in:
Spartan322
2024-12-29 08:01:17 -05:00
595 changed files with 2526 additions and 2033 deletions

View File

@@ -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"