Newer
Older
requires = ["cython==0.29.21", "numpy==1.20.3", "setuptools>=40.8.0", "wheel"]
[tool.isort]
profile = "black"
[tool.pylint.messages_control]
disable = "C0330, C0326"
[tool.pylint.format]
max-line-length = "88"
[tool.pytest.ini_options]
norecursedirs = [
"legacy",
"*.egg",
".*",
"_darcs",
"build",
"CVS",
"dist",
"node_modules",
"venv",
"{arch}",
]
required_plugins = [
"pytest-asyncio",
"pytest-cov",
"pytest-subprocess",