Skip to content

Commit 97891a4

Browse files
committed
build(ruff): Remove non-pep585-annotation from ignored rules list
1 parent f505b0b commit 97891a4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.ruff.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ select = [
1616
ignore = [
1717
"E501", # line too long
1818

19-
"UP006", # non-pep585-annotation
2019
"UP007", # non-pep604-annotation-union
2120
"UP015", # redundant-open-modes
2221
"UP031", # printf-string-formatting

0 commit comments

Comments
 (0)