Skip to content

Commit

Permalink
chore: Add ignore-variadic-names
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Sep 16, 2024
1 parent ed26129 commit 01f9f75
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ ignore = [
"ANN", "C901", "COM812", "D203", "D212", "D415", "EM", "PERF203", "PLR091", "Q000",
"D1",
]

[tool.ruff.lint.flake8-unused-arguments]
ignore-variadic-names = true

0 comments on commit 01f9f75

Please sign in to comment.