2021-11-19 19:55:05 +00:00
|
|
|
{
|
2021-11-19 23:26:21 +00:00
|
|
|
"editor.rulers": [100],
|
2021-11-19 22:08:26 +00:00
|
|
|
"editor.formatOnSaveMode": "modifications",
|
2021-11-19 23:26:21 +00:00
|
|
|
"editor.formatOnSave": true,
|
2021-11-19 19:55:05 +00:00
|
|
|
"editor.codeActionsOnSave": {
|
Update project test dependencies to ensure green workflow (#1371)
* Use www.google.com for http2 tests
* Update README.md
Add missing tutorial's link
(cherry picked from commit e459f932cdb54c37ac6343470eed8581396b642b)
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* System packages for readthedocs
* Pin pyyaml, see https://github.com/yaml/pyyaml/issues/724\#issuecomment-1638587228
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Ignore flake8 S507
* precommit `pyyaml==5.3.1`
* follow https://github.com/yaml/pyyaml/issues/724
* pin to essentials_openapi==0.1.4 for blacksheep
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Remove blacksheep dep
* remove system_packages
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Check if tox upgrade helps with `ERROR: FAIL could not package project ` tox related issues
* Fix links
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Use `importlib.metadata` instead of `pkg_resources`
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Just remove link from plugin docstring for now
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* pin `sphinxcontrib-applehelp==1.0.2` which is breaking spellcheck
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Pin `sphinxcontrib-*`
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* pin `towncrier` too
* add kwargs as a spelling
* `_get_dist` backward compatible with 3.6
* Use `httpbingo.org` instead of `httpbin.org` in tests making network requests
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Use `httpbingo` for reverse proxy plugin too which is tested in workflows
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* `importlib-metadata; python_version <= 3.7`
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Integration test changes due to usage of httpbingo instead of httpbin
* `importlib-metadata; python_version <= 3.7` moved to build essentials and bypass reverse proxy integration test result verification for now
* Filter and ignore `DeprecationWarning` to make it work on 3.7
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* with deprecation ignore we dont need `importlib-metadata`
---------
Co-authored-by: Wermeille Bastien <bastien.wermeille@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-04-11 07:34:10 +00:00
|
|
|
"source.fixAll": "explicit"
|
2021-11-19 19:55:05 +00:00
|
|
|
},
|
2021-11-19 23:26:21 +00:00
|
|
|
"[yaml]": {
|
|
|
|
"editor.insertSpaces": true,
|
|
|
|
"editor.tabSize": 2,
|
|
|
|
"editor.autoIndent": "advanced",
|
|
|
|
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint"
|
|
|
|
},
|
|
|
|
"[typescript]": {
|
|
|
|
"editor.formatOnSave": true,
|
|
|
|
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint"
|
|
|
|
},
|
|
|
|
"typescript.format.semicolons": "remove",
|
|
|
|
"typescript.preferences.quoteStyle": "single",
|
|
|
|
"[python]": {
|
Update project test dependencies to ensure green workflow (#1371)
* Use www.google.com for http2 tests
* Update README.md
Add missing tutorial's link
(cherry picked from commit e459f932cdb54c37ac6343470eed8581396b642b)
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* System packages for readthedocs
* Pin pyyaml, see https://github.com/yaml/pyyaml/issues/724\#issuecomment-1638587228
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Ignore flake8 S507
* precommit `pyyaml==5.3.1`
* follow https://github.com/yaml/pyyaml/issues/724
* pin to essentials_openapi==0.1.4 for blacksheep
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Remove blacksheep dep
* remove system_packages
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Check if tox upgrade helps with `ERROR: FAIL could not package project ` tox related issues
* Fix links
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Use `importlib.metadata` instead of `pkg_resources`
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Just remove link from plugin docstring for now
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* pin `sphinxcontrib-applehelp==1.0.2` which is breaking spellcheck
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Pin `sphinxcontrib-*`
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* pin `towncrier` too
* add kwargs as a spelling
* `_get_dist` backward compatible with 3.6
* Use `httpbingo.org` instead of `httpbin.org` in tests making network requests
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Use `httpbingo` for reverse proxy plugin too which is tested in workflows
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* `importlib-metadata; python_version <= 3.7`
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Integration test changes due to usage of httpbingo instead of httpbin
* `importlib-metadata; python_version <= 3.7` moved to build essentials and bypass reverse proxy integration test result verification for now
* Filter and ignore `DeprecationWarning` to make it work on 3.7
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* with deprecation ignore we dont need `importlib-metadata`
---------
Co-authored-by: Wermeille Bastien <bastien.wermeille@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-04-11 07:34:10 +00:00
|
|
|
"editor.wordBasedSuggestions": "matchingDocuments",
|
2021-11-20 14:12:38 +00:00
|
|
|
"editor.defaultFormatter": null
|
2021-11-19 23:26:21 +00:00
|
|
|
},
|
2021-11-19 19:55:05 +00:00
|
|
|
"python.testing.unittestEnabled": false,
|
|
|
|
"python.testing.autoTestDiscoverOnSaveEnabled": true,
|
|
|
|
"python.testing.pytestEnabled": true,
|
|
|
|
"python.testing.pytestArgs": ["tests"],
|
|
|
|
"python.linting.enabled": true,
|
|
|
|
"python.linting.lintOnSave": true,
|
|
|
|
"python.linting.ignorePatterns": [
|
|
|
|
".tox/**/*.py",
|
|
|
|
".vscode/*.py",
|
|
|
|
".venv*/**/*.py",
|
|
|
|
"venv*/**/*.py",
|
|
|
|
"docs/**/*.py",
|
2022-01-01 07:06:27 +00:00
|
|
|
"helper/**/*.py"
|
2021-11-19 19:55:05 +00:00
|
|
|
],
|
|
|
|
"python.linting.pylintEnabled": true,
|
|
|
|
"python.linting.pylintArgs": ["--generate-members"],
|
|
|
|
"python.linting.flake8Enabled": true,
|
2021-11-23 09:32:00 +00:00
|
|
|
"python.linting.flake8Args": ["--config", ".flake8"],
|
2021-11-19 19:55:05 +00:00
|
|
|
"python.linting.mypyEnabled": true,
|
|
|
|
"python.formatting.provider": "autopep8",
|
|
|
|
"autoDocstring.docstringFormat": "sphinx"
|
|
|
|
}
|