[tool.isort] profile = "black" [tool.ruff.lint] ignore = [ "F841", # don't complain about unused variables ] [tool.pytest.ini_options] minversion = "7.0" addopts = "--cov=src" pythonpath = [ "src", ] testpaths = [ "tests", ]