1 2 3 4 5 6 7
[tool.ruff] logger-objects = ["c2po.log.logger"] exclude = ["parse.py"] # Same as Black. line-length = 88 indent-width = 4