We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ee0143 commit 6e05eabCopy full SHA for 6e05eab
CHANGES
@@ -25,6 +25,25 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
25
26
Doc string + linting stringency updates.
27
28
+### Development
29
+
30
+- Strengthen linting (#907)
31
32
+ - Add flake8-commas (COM)
33
34
+ - https://docs.astral.sh/ruff/rules/#flake8-commas-com
35
+ - https://pypi.org/project/flake8-commas/
36
37
+ - Add flake8-builtins (A)
38
39
+ - https://docs.astral.sh/ruff/rules/#flake8-builtins-a
40
+ - https://pypi.org/project/flake8-builtins/
41
42
+ - Add flake8-errmsg (EM)
43
44
+ - https://docs.astral.sh/ruff/rules/#flake8-errmsg-em
45
+ - https://pypi.org/project/flake8-errmsg/
46
47
## tmuxp 1.34.0 (2023-12-21)
48
49
_Maintenance only, no bug fixes or new features_
0 commit comments