fix: exclude .pyi from ruff + fix unused variable in test

This commit is contained in:
Justin Gu
2026-06-11 04:06:52 +08:00
parent 193d1b0d82
commit bd373b9c3c
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -34,6 +34,7 @@ module = "easy_tdx.MyTT"
[tool.ruff]
target-version = "py310"
line-length = 100
extend-exclude = ["*.pyi"]
[tool.ruff.lint]
select = ["E", "F", "I", "UP"]