Skip to content

Commit

Permalink
disable ruff rule COM819
Browse files Browse the repository at this point in the history
  • Loading branch information
staciax committed Dec 29, 2024
1 parent 88d27f2 commit 5b8856f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ target-version = "py313"
exclude = [
".git",
".ruff_cache",
'.mypy_cache',
".mypy_cache",
".pytest_cache",
".venv",
".vscode",
Expand Down Expand Up @@ -106,6 +106,7 @@ select = [
ignore = [
"ANN401", # any-type
"COM812", # trailing-comma-missing
"COM819", # prohibited-trailing-comma
"D100", # undocumented-public-module
"D101", # undocumented-public-class
"D102", # undocumented-public-method
Expand Down

0 comments on commit 5b8856f

Please sign in to comment.