Skip to content

Commit

Permalink
Avoid B904 in ruff lint.
Browse files Browse the repository at this point in the history
It is not useful.
  • Loading branch information
pelme committed Jul 25, 2024
1 parent c23e0cd commit 47165fc
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 @@ -66,6 +66,9 @@ lint.select = [
"UP", # pyupgrade
"TID", # flake8-tidy-imports
]
lint.ignore = [
"B904",
]

[tool.mypy]
strict = true
Expand Down

0 comments on commit 47165fc

Please sign in to comment.