We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e030c42 commit fd3d8e1Copy full SHA for fd3d8e1
1 file changed
pyproject.toml
@@ -208,11 +208,13 @@ select = [
208
"RUF022",
209
# unused-noqa
210
"RUF100",
211
+ # Checks for uses of the assert keyword.
212
+ "S101",
213
]
214
ignore = ["E501", "D1", "D415"]
215
216
[tool.ruff.lint.per-file-ignores]
-"tests/*" = ["ANN"]
217
+"tests/*" = ["ANN", "S101"]
218
219
[tool.ruff.lint.isort]
220
known-first-party = ["commitizen", "tests"]
0 commit comments