File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,12 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
25
25
26
26
### Development
27
27
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
+
28
34
- Poetry 1.5.1 -> 1.6.1 (#885 )
29
35
30
36
## tmuxp 1.30.1 (2023-09-09)
@@ -35,7 +41,7 @@ _Maintenance only, no bug fixes or new features_
35
41
36
42
- Cut last python 3.7 release (EOL was June 27th, 2023)
37
43
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,
39
45
if necessary.
40
46
41
47
## tmuxp 1.30.0 (2023-09-04)
@@ -49,6 +55,7 @@ _Maintenance only, no bug fixes or new features_
49
55
This includes fixes made by hand alongside ruff's automated fixes. The more
50
56
stringent rules include import sorting, and still runs almost instantly
51
57
against the whole codebase.
58
+
52
59
- CI: ` black . --check ` now runs on pushes and pull requests
53
60
54
61
### Packaging
You can’t perform that action at this time.
0 commit comments