You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
369 B
TOML
18 lines
369 B
TOML
[tool.kedro]
|
|
package_name = "actes_princiers"
|
|
project_name = "Actes Princiers"
|
|
kedro_init_version = "0.18.10"
|
|
|
|
[tool.isort]
|
|
profile = "black"
|
|
|
|
[tool.pytest.ini_options]
|
|
addopts = """
|
|
--cov-report term-missing \
|
|
--cov src/actes_princiers -ra"""
|
|
|
|
[tool.coverage.report]
|
|
fail_under = 0
|
|
show_missing = true
|
|
exclude_lines = ["pragma: no cover", "raise NotImplementedError"]
|