Skip to content

Commit b373740

Browse files
committed
docs(CHANGES): Note mypy strict compliance
1 parent 23fe049 commit b373740

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGES

+8-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
2525

2626
### Development
2727

28+
- **Improved typings**
29+
30+
Now [`mypy --strict`] compliant (#859)
31+
32+
[`mypy --strict`]: https://mypy.readthedocs.io/en/stable/command_line.html#cmdoption-mypy-strict
33+
2834
- Poetry 1.5.1 -> 1.6.1 (#885)
2935

3036
## tmuxp 1.30.1 (2023-09-09)
@@ -35,7 +41,7 @@ _Maintenance only, no bug fixes or new features_
3541

3642
- Cut last python 3.7 release (EOL was June 27th, 2023)
3743

38-
For security updates, a 1.30.x branch can be maintained for a limited time,
44+
For security updates, a 1.30.x branch can be maintained for a limited time,
3945
if necessary.
4046

4147
## tmuxp 1.30.0 (2023-09-04)
@@ -49,6 +55,7 @@ _Maintenance only, no bug fixes or new features_
4955
This includes fixes made by hand alongside ruff's automated fixes. The more
5056
stringent rules include import sorting, and still runs almost instantly
5157
against the whole codebase.
58+
5259
- CI: `black . --check` now runs on pushes and pull requests
5360

5461
### Packaging

0 commit comments

Comments
 (0)