Skip to content

Commit

Permalink
Merge pull request freqtrade#11302 from freqtrade/update/pre-commit-h…
Browse files Browse the repository at this point in the history
…ooks

Update pre-commit hooks
  • Loading branch information
xmatthias authored Jan 28, 2025
2 parents 62e3f40 + 0e807d4 commit 262cfed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ repos:
# stages: [push]

- repo: https://github.com/pycqa/isort
rev: "5.13.2"
rev: "6.0.0"
hooks:
- id: isort
name: isort (python)
# stages: [push]

- repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version.
rev: 'v0.9.2'
rev: 'v0.9.3'
hooks:
- id: ruff
- id: ruff-format
Expand Down Expand Up @@ -62,7 +62,7 @@ repos:
- id: strip-exif

- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.0
hooks:
- id: codespell
additional_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion tests/exchange/test_exchange.py
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ def test_reload_markets(default_conf, mocker, caplog, time_machine):
# Tried once, failed

lam_spy.reset_mock()
# When forceing (bot startup), it should retry 3 times.
# When forcing (bot startup), it should retry 3 times.
exchange.reload_markets(force=True)
assert lam_spy.call_count == 4
assert exchange.markets == updated_markets
Expand Down

0 comments on commit 262cfed

Please sign in to comment.