Merging upstream version 0.14.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
082ce481df
commit
2265bd9c67
211 changed files with 12174 additions and 6401 deletions
18
.vscode/settings.json
vendored
18
.vscode/settings.json
vendored
|
@ -1,14 +1,8 @@
|
|||
{
|
||||
"black-formatter.importStrategy": "fromEnvironment",
|
||||
"ruff.enable": true,
|
||||
"python.testing.unittestEnabled": false,
|
||||
"python.testing.pytestEnabled": true,
|
||||
"pylint.importStrategy": "fromEnvironment",
|
||||
"pylint.args": [
|
||||
"--rcfile=pylintrc"
|
||||
],
|
||||
"flake8.importStrategy": "fromEnvironment",
|
||||
"flake8.args": [
|
||||
"--config=/dev/null",
|
||||
"--max-line-length=165"
|
||||
],
|
||||
"mypy-type-checker.importStrategy": "fromEnvironment",
|
||||
"mypy-type-checker.args": [
|
||||
"--config-file=pyproject.toml"
|
||||
|
@ -17,14 +11,10 @@
|
|||
"refactor": "Warning"
|
||||
},
|
||||
"pylint.args": [
|
||||
"--load-plugins pylint_pydantic",
|
||||
"--load-plugins", "pylint_pydantic",
|
||||
"--rcfile=pylintrc"
|
||||
],
|
||||
"python.testing.pytestArgs": [
|
||||
"tests"
|
||||
],
|
||||
"python.testing.unittestEnabled": false,
|
||||
"python.testing.pytestEnabled": true,
|
||||
"isort.importStrategy": "fromEnvironment",
|
||||
"isort.check": true,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue