File tree 1 file changed +23
-0
lines changed
1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,29 @@ $ pip install --user --upgrade --pre libtmux
14
14
15
15
<!-- Maintainers and contributors: Insert change notes for the next release above -->
16
16
17
+ ### Documentation
18
+
19
+ - Various docstring fixes and tweaks (#514 )
20
+
21
+ ### Development
22
+
23
+ - Strengthen linting (#514 )
24
+
25
+ - Add flake8-commas (COM)
26
+
27
+ - https://docs.astral.sh/ruff/rules/#flake8-commas-com
28
+ - https://pypi.org/project/flake8-commas/
29
+
30
+ - Add flake8-builtins (A)
31
+
32
+ - https://docs.astral.sh/ruff/rules/#flake8-builtins-a
33
+ - https://pypi.org/project/flake8-builtins/
34
+
35
+ - Add flake8-errmsg (EM)
36
+
37
+ - https://pypi.org/project/flake8-errmsg/
38
+ - https://pypi.org/project/flake8-errmsg/
39
+
17
40
### CI
18
41
19
42
- Move CodeQL from advanced configuration file to GitHub's default
You can’t perform that action at this time.
0 commit comments