From 2b5f6eb72964e2f2631e9f09d11945db41d08180 Mon Sep 17 00:00:00 2001 From: Alexander Buck Date: Tue, 19 Dec 2023 13:27:16 -0500 Subject: [PATCH] changeset --- .changeset/smooth-pumpkins-rhyme.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/smooth-pumpkins-rhyme.md diff --git a/.changeset/smooth-pumpkins-rhyme.md b/.changeset/smooth-pumpkins-rhyme.md new file mode 100644 index 00000000..fb790a4c --- /dev/null +++ b/.changeset/smooth-pumpkins-rhyme.md @@ -0,0 +1,5 @@ +--- +"@spear-ai/ruff-config": minor +--- + +Ignore outdated UP007 to allow for `Optional[T]` syntax instead of `T | None`. The former is more expressive and should be preferred.