From 2f8db3c67dad0313d6b16955018f7fa6ba21f6e2 Mon Sep 17 00:00:00 2001 From: bronsen <kontakt+gitcommit@nrrd.de> Date: Sat, 15 Mar 2025 21:54:11 +0100 Subject: [PATCH] [codestyle] taplo wants "pythonpath" to be a list of strings --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9c7d16a..c60b9ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ authors = [ ] [tool.pytest.ini_options] -pythonpath = "." +pythonpath = ["."] python_files = [ "test_*.py", "tests.py",