diff --git a/pyproject.toml b/pyproject.toml index a1a868ce..42081552 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,6 @@ fix = true force-exclude = true target-version = "py311" lint.ignore = [ - "COM812", # trailing commas (ruff-format recommended) "D203", # no-blank-line-before-class "D212", # multi-line-summary-first-line "D407", # removed dashes lines under sections diff --git a/{{cookiecutter.project_slug}}/pyproject.toml b/{{cookiecutter.project_slug}}/pyproject.toml index 64cacb44..2e68cdb3 100644 --- a/{{cookiecutter.project_slug}}/pyproject.toml +++ b/{{cookiecutter.project_slug}}/pyproject.toml @@ -82,7 +82,6 @@ testpaths = [ fix = true force-exclude = true lint.ignore = [ - "COM812", # trailing commas (ruff-format recommended) "D203", # no-blank-line-before-class "D212", # multi-line-summary-first-line "D407", # removed dashes lines under sections