Skip to content

Commit d19c841

Browse files
authored
Add COM812.
1 parent e0bff39 commit d19c841

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ fix = true
1313
force-exclude = true
1414
target-version = "py311"
1515
lint.ignore = [
16-
"COM812", # trailing commas (ruff-format recommended)
1716
"D203", # no-blank-line-before-class
1817
"D212", # multi-line-summary-first-line
1918
"D407", # removed dashes lines under sections

{{cookiecutter.project_slug}}/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ testpaths = [
8282
fix = true
8383
force-exclude = true
8484
lint.ignore = [
85-
"COM812", # trailing commas (ruff-format recommended)
8685
"D203", # no-blank-line-before-class
8786
"D212", # multi-line-summary-first-line
8887
"D407", # removed dashes lines under sections

0 commit comments

Comments
 (0)