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 a22cd84 commit 381a731Copy full SHA for 381a731
1 file changed
pyproject.toml
@@ -100,6 +100,8 @@ ignore = [
100
"D407",
101
# Plz spaces after section headers
102
"D412",
103
+ # We support 3.8 + 3.9
104
+ "UP007",
105
]
106
extend-exclude = ["suite"]
107
@@ -110,7 +112,3 @@ docstring-quotes = "double"
110
112
"docs/*" = ["ANN", "D"]
111
113
"referencing/tests/*" = ["ANN", "D"]
114
"noxfile.py" = ["ANN", "D"]
-
-[tool.ruff.pyupgrade]
115
-# We support 3.8 + 3.9
116
-keep-runtime-typing = true
0 commit comments