@@ -77,7 +77,7 @@ target-version = "py39"
77
77
78
78
79
79
[tool .ruff .lint ]
80
- select = [ " ANN" , " ASYNC" , " B" , " C4" , " COM" , " DJ" , " E" , " EM" , " EXE" , " F" , " FLY" , " FURB" , " I" , " ICN" , " INT" , " LOG" , " N" , " NPY" , " PD" , " PIE" , " PTH" , " Q" , " RSE" , " S" , " SIM" , " SLOT" , " T10" , " T201" , " TC" , " TID" , " TRY" , " UP" , " W" , " YTT" ,]
80
+ select = [ " ANN" , " ASYNC" , " B" , " C4" , " COM" , " DJ" , " E" , " EM" , " EXE" , " F" , " FLY" , " FURB" , " I" , " ICN" , " INT" , " LOG" , " N" , " NPY" , " PD" , " PIE" , " PLW " , " PTH" , " Q" , " RSE" , " S" , " SIM" , " SLOT" , " T10" , " T201" , " TC" , " TID" , " TRY" , " UP" , " W" , " YTT" ,]
81
81
ignore = [ " ANN401" , " COM812" , " UP007" , " S110" , " S112" , " TC001" , " TC002" , " TC003" ]
82
82
flake8-type-checking.runtime-evaluated-base-classes = [" pydantic.BaseModel" ," langchain_core.load.serializable.Serializable" ," langchain_core.runnables.base.RunnableSerializable" ]
83
83
flake8-annotations.allow-star-arg-any = true
@@ -96,6 +96,7 @@ filterwarnings = [ "ignore::langchain_core._api.beta_decorator.LangChainBetaWarn
96
96
classmethod-decorators = [ " classmethod" , " langchain_core.utils.pydantic.pre_init" , " pydantic.field_validator" , " pydantic.v1.root_validator" ,]
97
97
98
98
[tool .ruff .lint .per-file-ignores ]
99
+ "langchain_core/utils/mustache.py" = [ " PLW0603" ,]
99
100
"tests/unit_tests/prompts/test_chat.py" = [ " E501" ,]
100
101
"tests/unit_tests/runnables/test_runnable.py" = [ " E501" ,]
101
102
"tests/unit_tests/runnables/test_graph.py" = [ " E501" ,]
0 commit comments