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.
1 parent 23887e4 commit f03096cCopy full SHA for f03096c
pyproject.toml
@@ -150,6 +150,9 @@ filterwarnings = [
150
"error"
151
]
152
153
+[tool.inline-snapshot]
154
+format-command="ruff format --stdin-filename {filename}"
155
+
156
[tool.pyright]
157
# this enables practically every flag given by pyright.
158
# there are a couple of flags that are still disabled by
0 commit comments