Adding upstream version 0.13.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
c0ae77e0f6
commit
ecf5ca3300
272 changed files with 33172 additions and 0 deletions
30
.vscode/settings.json
vendored
Normal file
30
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"black-formatter.importStrategy": "fromEnvironment",
|
||||
"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"
|
||||
],
|
||||
"pylint.severity": {
|
||||
"refactor": "Warning"
|
||||
},
|
||||
"pylint.args": [
|
||||
"--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