Skip to content

Commit 5f530f6

Browse files
committed
ci: add SIM rule
1 parent 3deec57 commit 5f530f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ url = "https://download.pytorch.org/whl/cpu"
5252
secondary = true
5353

5454
[tool.ruff]
55-
select = ["A", "B", "C4", "E", "F", "G", "I", "N", "S", "T", "ISC", "W", "INP", "PIE", "T20", "RET"]
55+
select = ["A", "B", "C4", "E", "F", "G", "I", "N", "S", "T", "ISC", "W", "INP", "PIE", "T20", "RET", "SIM"]
5656
ignore = []
5757
fixable = ["A", "B", "C", "D", "E", "F"]
5858
unfixable = ["F401"]

0 commit comments

Comments
 (0)