mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-18 18:53:10 +00:00
update pyproject.toml flake8 comment (#31810)
This commit is contained in:
parent
d0dce5315f
commit
f30fe07620
@ -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", ]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user