We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaaac97 commit 7b8113eCopy full SHA for 7b8113e
1 file changed
pyproject.toml
@@ -91,7 +91,7 @@ include = ["dlclive*"]
91
dlclive = ["check_install/*"]
92
93
[tool.ruff]
94
-lint.select = ["D", "E", "F", "B", "I", "UP"]
+lint.select = ["E", "F", "B", "I", "UP"]
95
lint.ignore = ["E741"]
96
target-version = "py310"
97
fix = true
0 commit comments