Skip to content

Commit 62ec30d

Browse files
committed
Address CI difference from local ruff
1 parent ad26c8c commit 62ec30d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ ignore = [
8282
"UP007", # Disallowing Union is pedantic
8383
# TODO: Enable all of the following, but this PR is getting too large already
8484
"PT001",
85-
"ANN101",
8685
"ANN204",
8786
"B008",
8887
"EM101",
@@ -114,7 +113,7 @@ ignore = [
114113
"PLW2901",
115114
"RET503",
116115
"RUF015",
117-
"TCH001",
116+
"TC001",
118117
]
119118

120119
[tool.ruff.lint.pydocstyle]

0 commit comments

Comments
 (0)