Skip to content

Commit 54ebd72

Browse files
thorsten-kleincfriedt
authored andcommitted
scripts: west_commands: add pyproject.toml file
added pyproject.toml config file which allows to set paths for tools like mypy or pytest. With this config file it becomes possible to directly run those tools in a local zephyr tree. Signed-off-by: Thorsten Klein <[email protected]>
1 parent 184ee44 commit 54ebd72

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

scripts/west_commands/mypy.ini

Lines changed: 0 additions & 2 deletions
This file was deleted.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[tool.mypy]
2+
ignore_missing_imports = true
3+
mypy_path = "."
4+
5+
[tool.pytest.ini_options]
6+
pythonpath = ["."]

0 commit comments

Comments
 (0)