Skip to content

Commit 0aec0e5

Browse files
committed
Rebuild of the annotated type field resolution code.
1 parent 1fbf444 commit 0aec0e5

4 files changed

Lines changed: 383 additions & 379 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ ignore = [
7979
"PLR2004", # Magic value used in comparison, ...
8080
"S311", # Standard pseudo-random generators are not suitable for cryptographic purposes
8181
]
82+
"tests/annotated_resources/**.py" = [
83+
"UP", # Allow the use of older types
84+
]
8285

8386
[tool.ruff.lint.pycodestyle]
8487
max-line-length = 117

0 commit comments

Comments
 (0)