1
0
Fork 0
anta/.vscode/settings.json

14 lines
333 B
JSON
Raw Normal View History

{
"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"
],
}