[codestyle] taplo wants "pythonpath" to be a list of strings
This commit is contained in:
parent
f27dc5a0d3
commit
2f8db3c67d
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Reference in a new issue