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:
Rémi Verschelde 2024-12-28 09:42:43 +01:00
parent 99a8ab795d
commit ff83fdcdd7
No known key found for this signature in database
GPG key ID: C3336907360768E1
3 changed files with 8 additions and 4 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"