|
@@ -6,7 +6,7 @@
|
|
|
"--style",
|
|
"--style",
|
|
|
"{column_limit: 150}"
|
|
"{column_limit: 150}"
|
|
|
],
|
|
],
|
|
|
- "python.linting.pylintArgs": [
|
|
|
|
|
|
|
+ "pylint.args": [
|
|
|
"--extension-pkg-allow-list=pydantic", // from pydantic import BaseModel 报缺失
|
|
"--extension-pkg-allow-list=pydantic", // from pydantic import BaseModel 报缺失
|
|
|
"--function-naming-style=any", // 不限制函数名 命名规范
|
|
"--function-naming-style=any", // 不限制函数名 命名规范
|
|
|
"--argument-naming-style=any", // 不限制参数名 命名规范
|
|
"--argument-naming-style=any", // 不限制参数名 命名规范
|