mirror of
https://ghfast.top/https://github.com/aeroxw/easy-tdx.git
synced 2026-09-12 16:54:17 +08:00
fix: exclude .pyi from ruff + fix unused variable in test
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user