14 lines
No EOL
333 B
JSON
14 lines
No EOL
333 B
JSON
{
|
|
"ruff.enable": true,
|
|
"ruff.configuration": "pyproject.toml",
|
|
"python.testing.pytestEnabled": true,
|
|
"python.testing.pytestArgs": [
|
|
"tests"
|
|
],
|
|
"githubIssues.issueBranchTitle": "issues/${issueNumber}-${issueTitle}",
|
|
"pylint.importStrategy": "fromEnvironment",
|
|
"pylint.args": [
|
|
"--rcfile=pyproject.toml"
|
|
],
|
|
|
|
} |