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 3553154 commit e74268fCopy full SHA for e74268f
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