2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@ -19,4 +19,6 @@
|
||||
],
|
||||
"cSpell.language": "en-AU",
|
||||
"jest.enable": false,
|
||||
"pylint.enabled": true,
|
||||
"pylint.importStrategy": "fromEnvironment",
|
||||
}
|
4
pyproject.toml
Normal file
4
pyproject.toml
Normal file
@ -0,0 +1,4 @@
|
||||
[tool.pylint.main]
|
||||
disable = [
|
||||
"all"
|
||||
]
|
Reference in New Issue
Block a user