diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index a8b552c9..84abc1ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,6 +46,8 @@ build-backend = "poetry.core.masonry.api" target-version = "py311" extend-exclude = [".cache"] line-length = 120 +output-format = "concise" +unsafe-fixes = true [tool.ruff.lint] ignore = [ |