feat(development): add pylit settings

ref: #570
This commit is contained in:
2025-02-14 23:19:38 +09:30
parent 6f94c95221
commit db07262623
2 changed files with 6 additions and 0 deletions

View File

@ -19,4 +19,6 @@
],
"cSpell.language": "en-AU",
"jest.enable": false,
"pylint.enabled": true,
"pylint.importStrategy": "fromEnvironment",
}

4
pyproject.toml Normal file
View File

@ -0,0 +1,4 @@
[tool.pylint.main]
disable = [
"all"
]