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.