16 lines
293 B
TOML
16 lines
293 B
TOML
[project]
|
|
name = "emalak-lab"
|
|
version = "0.1.0"
|
|
description = "Emalak Labs mono-repo"
|
|
requires-python = ">=3.14"
|
|
|
|
[tool.ruff]
|
|
target-version = "py314"
|
|
line-length = 100
|
|
|
|
[tool.ruff.lint]
|
|
select = ["E", "F", "I", "W"]
|
|
|
|
[tool.pytest.ini_options]
|
|
testpaths = ["projects/*/tests", "ruslab/tests"]
|