Skip to content

Commit 2d42f9a

Browse files
committed
Add comment to Ruff config
1 parent 4c5b123 commit 2d42f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ select = [
184184
"W",
185185
"RUF100",
186186
"UP",
187-
"FA102",
187+
"FA102", # future-required-type-annotation
188188
]
189189

190190
[tool.ruff.lint.isort]

0 commit comments

Comments
 (0)