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 b76c353 commit 08ffc8bCopy full SHA for 08ffc8b
CHANGES
@@ -15,6 +15,17 @@ $ pip install --user --upgrade --pre libtmux
15
16
<!-- To maintainers and contributors: Please add notes for the forthcoming version above -->
17
18
+### Development
19
+
20
+#### chore: Implement PEP 563 deferred annotation resolution (#555)
21
22
+- Add `from __future__ import annotations` to defer annotation resolution and reduce unnecessary symbol computations during type checking
23
+- Enable Ruff checks for PEP-compliant annotations:
24
+ - [non-pep585-annotation (UP006)](https://docs.astral.sh/ruff/rules/non-pep585-annotation/)
25
+ - [non-pep604-annotation (UP007)](https://docs.astral.sh/ruff/rules/non-pep604-annotation/)
26
27
+For more details on PEP 563, see: https://peps.python.org/pep-0563/
28
29
## libtmux 0.40.1 (2024-12-24)
30
31
### Bug fix
0 commit comments