We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd18e40 commit 6102da5Copy full SHA for 6102da5
1 file changed
pyproject.toml
@@ -82,7 +82,6 @@ ignore = [
82
"UP007", # Disallowing Union is pedantic
83
# TODO: Enable all of the following, but this PR is getting too large already
84
"PT001",
85
- "ANN101",
86
"ANN204",
87
"B008",
88
"EM101",
@@ -114,7 +113,7 @@ ignore = [
114
113
"PLW2901",
115
"RET503",
116
"RUF015",
117
- "TCH001",
+ "TC001",
118
]
119
120
[tool.ruff.lint.pydocstyle]
0 commit comments