Adding upstream version 1.1.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
f13b7abbd8
commit
77504588ab
196 changed files with 10121 additions and 3780 deletions
25
.vscode/settings.json
vendored
25
.vscode/settings.json
vendored
|
@ -1,29 +1,14 @@
|
|||
{
|
||||
"ruff.enable": true,
|
||||
"python.testing.unittestEnabled": false,
|
||||
"ruff.configuration": "pyproject.toml",
|
||||
"python.testing.pytestEnabled": true,
|
||||
"pylint.importStrategy": "fromEnvironment",
|
||||
"pylint.severity": {
|
||||
"refactor": "Warning"
|
||||
},
|
||||
"pylint.args": [
|
||||
"--load-plugins",
|
||||
"pylint_pydantic",
|
||||
"--rcfile=pyproject.toml"
|
||||
],
|
||||
"python.testing.pytestArgs": [
|
||||
"tests"
|
||||
],
|
||||
"autoDocstring.docstringFormat": "numpy",
|
||||
"autoDocstring.includeName": false,
|
||||
"autoDocstring.includeExtendedSummary": true,
|
||||
"autoDocstring.startOnNewLine": true,
|
||||
"autoDocstring.guessTypes": true,
|
||||
"python.languageServer": "Pylance",
|
||||
"githubIssues.issueBranchTitle": "issues/${issueNumber}-${issueTitle}",
|
||||
"editor.formatOnPaste": true,
|
||||
"files.trimTrailingWhitespace": true,
|
||||
"mypy.configFile": "pyproject.toml",
|
||||
"workbench.remoteIndicator.showExtensionRecommendations": true,
|
||||
"pylint.importStrategy": "fromEnvironment",
|
||||
"pylint.args": [
|
||||
"--rcfile=pyproject.toml"
|
||||
],
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue