From e53920d145d37783c8d8428365a0a230e0a18cb5 Mon Sep 17 00:00:00 2001 From: Daniel Watkins Date: Tue, 22 Nov 2022 04:41:45 -0500 Subject: [PATCH] chore: styling (#38) --- lua/neotest-python/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/neotest-python/init.lua b/lua/neotest-python/init.lua index 0847187..bb781c6 100644 --- a/lua/neotest-python/init.lua +++ b/lua/neotest-python/init.lua @@ -69,7 +69,7 @@ end local PythonNeotestAdapter = { name = "neotest-python" } PythonNeotestAdapter.root = -lib.files.match_root_pattern("pyproject.toml", "setup.cfg", "mypy.ini", "pytest.ini", "setup.py") + lib.files.match_root_pattern("pyproject.toml", "setup.cfg", "mypy.ini", "pytest.ini", "setup.py") function PythonNeotestAdapter.is_test_file(file_path) return is_test_file(file_path)