Skip to content

Commit eb79392

Browse files
authored
build: bump ffmt pin to 0.4.4 (#1644)
Bumps the ffmt formatter pin in toolchain/pyproject.toml from 0.4.3 to 0.4.4 (fixes single-line-construct indent leak, sbryngelson/ffmt#5). Verified as a 0-change no-op on master formatting; Formatting/Lint Toolchain/Python 3.9-3.14 CI all green.
1 parent 67fe1b2 commit eb79392

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

toolchain/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies = [
2424
# Code Health
2525
"typos",
2626
"ruff==0.6.5",
27-
"ffmt==0.4.3",
27+
"ffmt==0.4.4",
2828
"ansi2txt",
2929
"pytest",
3030

0 commit comments

Comments
 (0)