1
0
Fork 0
anta/.vscode/settings.json
Daniel Baumann 2044ea6182
Merging upstream version 1.1.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 11:54:55 +01:00

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