We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b984086 commit 189e2d3Copy full SHA for 189e2d3
pyproject.toml
@@ -7,8 +7,4 @@ quote-style = "preserve"
7
docstring-code-format = true
8
9
[tool.ruff.lint]
10
-select = ["E4", "E7", "E9", "F", "S", "U"]
11
-ignore = [
12
- # we only use asserts for type narrowing
13
- "S101",
14
-]
+select = ["E4", "E7", "E9", "F"]
0 commit comments