Skip to content

Commit 69a753c

Browse files
committed
docs(internals): Add note of mypy in CI
1 parent 27601af commit 69a753c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ $ pip install --user --upgrade --pre libtmux
3535
- `retry()`: Add deprecation warning. This will be removed in 0.13.x ({issue}`368`, {issue}`372`)
3636
- New function `retry_until()`: Polls a callback function for a set period of time until it returns `True` or times out. By default it will raise {exc}`libtmux.exc.WaitTimeout`, with `raises=False` it will return `False`. Thank you @categulario! ({issue}`368`, {issue}`372`)
3737

38+
### Internals
39+
40+
- {issue}`382` [mypy] support added:
41+
42+
- Basic mypy tests now pass
43+
3844
## libtmux 0.11.0 (2022-03-10)
3945

4046
### Compatibility

0 commit comments

Comments
 (0)