Skip to content

Commit 8107db8

Browse files
committed
chore(internal/tests): add inline snapshot format command
1 parent 23887e4 commit 8107db8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,9 @@ filterwarnings = [
150150
"error"
151151
]
152152

153+
[tool.inline-snapshot]
154+
format-command="ruff format --stdin-filename {filename}"
155+
153156
[tool.pyright]
154157
# this enables practically every flag given by pyright.
155158
# there are a couple of flags that are still disabled by

0 commit comments

Comments
 (0)