File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,17 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
19
19
20
20
<!-- Maintainers, insert changes / features for the next release here -->
21
21
22
+ ### Development
23
+
24
+ #### chore: Implement PEP 563 deferred annotation resolution (#957 )
25
+
26
+ - Add ` from __future__ import annotations ` to defer annotation resolution and reduce unnecessary runtime computations during type checking.
27
+ - Enable Ruff checks for PEP-compliant annotations:
28
+ - [ non-pep585-annotation (UP006)] ( https://docs.astral.sh/ruff/rules/non-pep585-annotation/ )
29
+ - [ non-pep604-annotation (UP007)] ( https://docs.astral.sh/ruff/rules/non-pep604-annotation/ )
30
+
31
+ For more details on PEP 563, see: https://peps.python.org/pep-0563/
32
+
22
33
## tmuxp 1.50.1 (2024-12-24)
23
34
24
35
### Development
You can’t perform that action at this time.
0 commit comments