修复 lint,忽略F405

This commit is contained in:
2025-02-17 01:35:36 +08:00
parent 0b6ac9f73e
commit a5e72c6946
2 changed files with 8 additions and 7 deletions

View File

@ -81,4 +81,4 @@ test = [
]
[tool.ruff.lint]
ignore = ["E402"]
ignore = ["E402", "F405"]