Merge pull request #12810 from freqtrade/update/pre-commit-hooks

Update pre-commit hooks
This commit is contained in:
Matthias
2026-02-10 19:56:09 +01:00
committed by GitHub
16 changed files with 45 additions and 68 deletions
+1 -1
View File
@@ -6652,7 +6652,7 @@ def test_verify_candle_type_support(default_conf, mocker):
with pytest.raises(
OperationalException,
match=r"Exchange .* does not support fetching premiumindex candles\.",
match=r"Exchange .* does not support fetching premiumIndex candles\.",
):
exchange.verify_candle_type_support(CandleType.PREMIUMINDEX)