mirror of
https://github.com/hwchase17/langchain.git
synced 2026-04-05 03:48:48 +00:00
style: add ruff ISC001 rule (#34493)
ISC001 doesn't conflict anymore with the formatter. See https://github.com/astral-sh/ruff/issues/8272 Co-authored-by: Mason Daugherty <mason@langchain.dev>
This commit is contained in:
committed by
GitHub
parent
3d78cc69f1
commit
d46187201d
@@ -88,7 +88,6 @@ ignore = [
|
||||
"COM812", # Messes with the formatter
|
||||
"CPY", # No copyright
|
||||
"FIX002", # Line contains TODO
|
||||
"ISC001", # Messes with the formatter
|
||||
"PERF203", # Rarely useful
|
||||
"PLR09", # Too many something (arg, statements, etc)
|
||||
"RUF012", # Doesn't play well with Pydantic
|
||||
|
||||
@@ -110,7 +110,6 @@ ignore = [
|
||||
"COM812", # Messes with the formatter
|
||||
"CPY", # No copyright
|
||||
"FIX002", # Line contains TODO
|
||||
"ISC001", # Messes with the formatter
|
||||
"PERF203", # Rarely useful
|
||||
"PLR09", # Too many something (arg, statements, etc)
|
||||
"RUF012", # Doesn't play well with Pydantic
|
||||
|
||||
@@ -67,7 +67,6 @@ ignore = [
|
||||
"C90", # McCabe complexity
|
||||
"COM812", # Messes with the formatter
|
||||
"FIX002", # Line contains TODO
|
||||
"ISC001", # Messes with the formatter
|
||||
"PERF203", # Rarely useful
|
||||
"PLR2004", # Magic numbers
|
||||
"PLR09", # Too many something (arg, statements, etc)
|
||||
|
||||
@@ -86,7 +86,6 @@ ignore = [
|
||||
"COM812", # Messes with the formatter
|
||||
"CPY", # No copyright
|
||||
"FIX002", # Line contains TODO
|
||||
"ISC001", # Messes with the formatter
|
||||
"PERF203", # Rarely useful
|
||||
"PLR09", # Too many something (arg, statements, etc)
|
||||
"RUF012", # Doesn't play well with Pydantic
|
||||
|
||||
Reference in New Issue
Block a user