Skip to content

Commit

Permalink
make consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
anshbansal committed Jan 17, 2025
1 parent 72f52a5 commit 1e05287
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions smoke-test/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,11 @@ select = [
"TID",
]
ignore = [
'D203', # Ignore 1 blank line required before class docstring
'B904', # exception with `raise ... from err` or `raise ... from None` to distinguish
'TID252', # Prefer absolute imports over relative imports
"E501", # Line length violations (handled by formatter)
"B019", # Allow functools.lru_cache usage
"B008", # Allow function calls in argument defaults
"B904", # exception with `raise ... from err` or `raise ... from None` to distinguish
"TID252",# Prefer absolute imports over relative imports
]

[tool.ruff.lint.mccabe]
Expand Down

0 comments on commit 1e05287

Please sign in to comment.