mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-18 08:03:36 +00:00
cli: Add ruff rule UP (pyupgrade) (#31843)
See https://docs.astral.sh/ruff/rules/#pyupgrade-up All auto-fixed Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>
This commit is contained in:
committed by
GitHub
parent
cd7dce687a
commit
b8e9b4adfc
@@ -45,7 +45,9 @@ select = [
|
||||
"F", # pyflakes
|
||||
"I", # isort
|
||||
"T201", # print
|
||||
"UP", # pyupgrade
|
||||
]
|
||||
ignore = ["UP007",]
|
||||
|
||||
[tool.mypy]
|
||||
exclude = [
|
||||
|
Reference in New Issue
Block a user