[codestyle] taplo wants "pythonpath" to be a list of strings

This commit is contained in:
bronsen 2025-03-15 21:54:11 +01:00
parent f27dc5a0d3
commit 2f8db3c67d

View file

@ -12,7 +12,7 @@ authors = [
] ]
[tool.pytest.ini_options] [tool.pytest.ini_options]
pythonpath = "." pythonpath = ["."]
python_files = [ python_files = [
"test_*.py", "test_*.py",
"tests.py", "tests.py",