Commit f03096cb

Robert Craigie <robert@craigie.dev>
2025-08-11 23:19:50
chore(internal/tests): add inline snapshot format command
1 parent 23887e4
Changed files (1)
pyproject.toml
@@ -150,6 +150,9 @@ filterwarnings = [
   "error"
 ]
 
+[tool.inline-snapshot]
+format-command="ruff format --stdin-filename {filename}"
+
 [tool.pyright]
 # this enables practically every flag given by pyright.
 # there are a couple of flags that are still disabled by