Skip to content

Commit 99e9570

Browse files
committed
disable union-operator and set target python to 3.10
1 parent dd6a2cd commit 99e9570

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ formatters = ["ruff-format", "ruff-check"]
111111
use-standard-collections = true
112112
use-schema-description = true
113113
use-title-as-name = true
114-
use-union-operator = true
115-
target-python-version = "3.9"
114+
use-union-operator = false
115+
target-python-version = "3.10"
116116

117117
include = [
118118
"opentelemetry-semantic-conventions",

0 commit comments

Comments
 (0)