pypi-list/pyproject.toml
Waylon Walker 01101bcb02
Some checks failed
Deploy pypi-list / build (push) Failing after 3m36s
Bump version: 0.3.0 → 0.4.0
2021-06-25 08:32:15 -05:00

17 lines
395 B
TOML

[tool.kedro]
package_name = "pypi_list"
project_name = "Pypi List"
project_version = "0.4.0"
[tool.isort]
multi_line_output = 3
include_trailing_comma = true
force_grid_wrap = 0
use_parentheses = true
line_length = 88
known_third_party = ["kedro", "requests", "setuptools"]
[tool.pytest.ini_options]
addopts = """
--cov-report term-missing \
--cov src/{{ cookiecutter.python_package }} -ra"""