mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-21 18:39:57 +00:00
core: ruff encoding rule preview
This commit is contained in:
@@ -73,13 +73,16 @@ select = [
|
||||
"TID",
|
||||
"UP",
|
||||
"W",
|
||||
"YTT"
|
||||
"YTT",
|
||||
"PLW1514",
|
||||
]
|
||||
ignore = [
|
||||
"COM812", # Messes with the formatter
|
||||
"UP007", # Incompatible with pydantic + Python 3.9
|
||||
"W293", #
|
||||
]
|
||||
preview = true
|
||||
explicit-preview-rules = true
|
||||
|
||||
[tool.coverage.run]
|
||||
omit = [ "tests/*",]
|
||||
|
Reference in New Issue
Block a user