diff --git a/pyproject.toml b/pyproject.toml index 9e36948..ed11725 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ exclude = ''' [tool.ruff] src = ["src"] -format = "grouped" +output-format = "grouped" target-version = "py38" line-length = 100 select = [