We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a471e15 commit 638459cCopy full SHA for 638459c
CHANGES
@@ -25,7 +25,7 @@ $ pipx install --suffix=@next g --pip-args '\--pre' --force
25
26
#### chore: Implement PEP 563 deferred annotation resolution (#34)
27
28
-- Add `from __future__ import annotations` to defer annotation resolution and reduce unnecessary symbol computations during type checking
+- Add `from __future__ import annotations` to defer annotation resolution and reduce unnecessary runtime computations during type checking.
29
- Enable Ruff checks for PEP-compliant annotations:
30
- [non-pep585-annotation (UP006)](https://docs.astral.sh/ruff/rules/non-pep585-annotation/)
31
- [non-pep604-annotation (UP007)](https://docs.astral.sh/ruff/rules/non-pep604-annotation/)
0 commit comments