Skip to content

Commit 381a731

Browse files
committed
Update ruff's config for the removal of keep-runtime-typing.
1 parent a22cd84 commit 381a731

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ ignore = [
100100
"D407",
101101
# Plz spaces after section headers
102102
"D412",
103+
# We support 3.8 + 3.9
104+
"UP007",
103105
]
104106
extend-exclude = ["suite"]
105107

@@ -110,7 +112,3 @@ docstring-quotes = "double"
110112
"docs/*" = ["ANN", "D"]
111113
"referencing/tests/*" = ["ANN", "D"]
112114
"noxfile.py" = ["ANN", "D"]
113-
114-
[tool.ruff.pyupgrade]
115-
# We support 3.8 + 3.9
116-
keep-runtime-typing = true

0 commit comments

Comments
 (0)