Skip to content

Commit

Permalink
add handled by formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
anshbansal committed Jan 18, 2025
1 parent f2a0f94 commit 73e4637
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion metadata-ingestion/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ extend-select = [
"TID", # Tidy imports
]
extend-ignore = [
"E501", # Ignore line length violations (handled by Black)
"E501", # Handled by formatter
"E111", # Handled by formatter
"E114", # Handled by formatter
"E117", # Handled by formatter
"E203", # Ignore whitespace before ':' (matches Black)
"B019", # Allow usages of functools.lru_cache
"B008", # Allow function call in argument defaults
Expand Down

0 comments on commit 73e4637

Please sign in to comment.