Skip to content

Commit 6f7e586

Browse files
add: additional ruff checks.
1 parent 93aecb1 commit 6f7e586

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
@@ -99,5 +99,5 @@ select = [
9999
# isort
100100
"I",
101101
"RSE", "RET", "SLOT", "TID", "TC", "C90", "N", "PERF", "E", "W",
102-
"UP", "FURB", "RUF"
102+
"UP", "FURB", "RUF", "TRY", "YTT"
103103
]

0 commit comments

Comments
 (0)