add PTH ruff selection

This commit is contained in:
Matthias
2023-02-25 17:17:05 +01:00
parent d014e4590e
commit 26315b6bc2
3 changed files with 18 additions and 18 deletions

View File

@@ -211,7 +211,7 @@ def record_params(config: Dict[str, Any], full_path: Path) -> None:
"pairs": config.get('exchange', {}).get('pair_whitelist')
}
with open(params_record_path, "w") as handle:
with params_record_path.open("w") as handle:
rapidjson.dump(
run_params,
handle,