Skip to content

Commit b5fa737

Browse files
committed
Ruff config: dont add future annotations
1 parent 9a692a8 commit b5fa737

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,6 @@ select = [
329329
"E", # pycodestyle
330330
"EM", # flake8-errmsg
331331
"F", # pyflakes
332-
"FA", # flake8-future-annotations
333332
"FBT001", # flake8-boolean-trap
334333
"I", # isort
335334
"ICN", # flake8-import-conventions

0 commit comments

Comments
 (0)