mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2026-09-24 06:10:14 +01:00
* use camoufox * build custom branches * organize compose * ignore missing stubs * add init method * create ADDON PATH * check if solving is required * type checking and remove logger * uv sync * add timeout * add descriptiuon * cancel previous runs * wildcard minor * fix proxy * syntax fix * [skip ci] fix loop warning * fix proxy format * copy over docker ignore * remove testing line * comment out port expose * remove idope * use strict typechecking * refactor * adjust compose * run init only before test * try test without init * add curl * handle page response * remove turnsile test * fix dockerignore symlink * use newer debian * bump pytest * add docker in docker in devcontaienr * remove unused values * handle timeouts * fix edgecase * use new envs for proxy * remove init command * remove testing line * remove setuptools * fix linters * reimport * readd setuptools * better float handling
19 lines
520 B
JSON
19 lines
520 B
JSON
{
|
|
"[python]": {
|
|
"editor.defaultFormatter": "charliermarsh.ruff"
|
|
},
|
|
"python.analysis.autoImportCompletions": true,
|
|
"python.analysis.packageIndexDepths": [
|
|
{
|
|
"depth": 5,
|
|
"includeAllSymbols": true,
|
|
"name": ""
|
|
}
|
|
],
|
|
"python.terminal.activateEnvironment": true,
|
|
"python.testing.pytestArgs": ["tests", "-n", "auto", "--retries=3"],
|
|
"python.testing.pytestEnabled": true,
|
|
"python.testing.unittestEnabled": false,
|
|
"cSpell.words": ["camoufox", "domcontentloaded", "networkidle"]
|
|
}
|