Skip to content

Commit a85e04d

Browse files
committed
add pytest-language-server configuration
It allows to navigate in pytest fixtures Signed-off-by: Gaëtan Lehmann <gaetan.lehmann@vates.tech>
1 parent 780661f commit a85e04d

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
@@ -128,3 +128,6 @@ ignore = [
128128
"F", # already done by ruff
129129
]
130130
exclude=[".git", ".venv", "data.py", "vm_data.py"]
131+
132+
[tool.pytest-language-server]
133+
disabled_diagnostics = ["undeclared-fixture"]

0 commit comments

Comments
 (0)