mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-04 12:39:32 +00:00
update pyproject.toml flake8 comment (#31810)
This commit is contained in:
@@ -50,7 +50,7 @@ select = [
|
|||||||
"I", # isort
|
"I", # isort
|
||||||
"T201", # print
|
"T201", # print
|
||||||
"UP", # pyupgrade
|
"UP", # pyupgrade
|
||||||
"S", # security
|
"S", # flake8-bandit
|
||||||
]
|
]
|
||||||
ignore = [ "UP007", ]
|
ignore = [ "UP007", ]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user