chore: styling (#38)

This commit is contained in:
Daniel Watkins
2022-11-22 04:41:45 -05:00
committed by GitHub
parent 438744e274
commit e53920d145

View File

@@ -69,7 +69,7 @@ end
local PythonNeotestAdapter = { name = "neotest-python" } local PythonNeotestAdapter = { name = "neotest-python" }
PythonNeotestAdapter.root = 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) function PythonNeotestAdapter.is_test_file(file_path)
return is_test_file(file_path) return is_test_file(file_path)