Skip to content

Commit fd9fef8

Browse files
committed
テストファイルに対する特定のlintルールを無視する設定を追加
1 parent 1ad6556 commit fd9fef8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ unfixable = [
1919
"F401", # unused import
2020
"F841", # unused variable
2121
]
22+
23+
[tool.ruff.lint.per-file-ignores]
24+
"tests/**/*.py" = ["S101"]

0 commit comments

Comments
 (0)