We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d46d79 commit 4269d8aCopy full SHA for 4269d8a
CHANGES
@@ -14,6 +14,29 @@ $ pip install --user --upgrade --pre libtmux
14
15
<!-- Maintainers and contributors: Insert change notes for the next release above -->
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
39
40
### CI
41
42
- Move CodeQL from advanced configuration file to GitHub's default
0 commit comments