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.
ruff format
1 parent 3a405d5 commit d31eeddCopy full SHA for d31eedd
CHANGES
@@ -26,6 +26,15 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
26
27
See also: https://github.com/python-poetry/poetry/blob/1.7.0/CHANGELOG.md
28
29
+### Development
30
+
31
+- Move formatting from `black` to [`ruff format`] (#890)
32
33
+ This retains the same formatting style of `black` while eliminating a
34
+ dev dependency by using our existing rust-based `ruff` linter.
35
36
+ [`ruff format`]: https://docs.astral.sh/ruff/formatter/
37
38
## tmuxp 1.31.0 (2023-09-23)
39
40
### Breaking changes
0 commit comments