2025-02-05 11:32:35 +01:00
|
|
|
{
|
2025-02-05 11:39:09 +01:00
|
|
|
"ruff.enable": true,
|
2025-02-05 11:54:55 +01:00
|
|
|
"ruff.configuration": "pyproject.toml",
|
2025-02-05 11:39:09 +01:00
|
|
|
"python.testing.pytestEnabled": true,
|
2025-02-05 11:32:35 +01:00
|
|
|
"python.testing.pytestArgs": [
|
|
|
|
"tests"
|
|
|
|
],
|
2025-02-05 11:54:06 +01:00
|
|
|
"githubIssues.issueBranchTitle": "issues/${issueNumber}-${issueTitle}",
|
2025-02-05 11:54:55 +01:00
|
|
|
"pylint.importStrategy": "fromEnvironment",
|
|
|
|
"pylint.args": [
|
|
|
|
"--rcfile=pyproject.toml"
|
|
|
|
],
|
2025-02-05 11:54:06 +01:00
|
|
|
|
2025-02-05 11:32:35 +01:00
|
|
|
}
|