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 5f5c02f commit 7e32493Copy full SHA for 7e32493
CHANGES
@@ -28,6 +28,12 @@ $ pip install --user --upgrade --pre libtmux
28
### Development
29
30
- Poetry 1.5.1 -> 1.6.1 (#497)
31
+- Move formatting from `black` to [`ruff format`] (#506)
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
## libtmux 0.23.2 (2023-09-09)
39
0 commit comments