Skip to content

Commit 262cfed

Browse files
authored
Merge pull request freqtrade#11302 from freqtrade/update/pre-commit-hooks
Update pre-commit hooks
2 parents 62e3f40 + 0e807d4 commit 262cfed

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ repos:
2323
# stages: [push]
2424

2525
- repo: https://github.com/pycqa/isort
26-
rev: "5.13.2"
26+
rev: "6.0.0"
2727
hooks:
2828
- id: isort
2929
name: isort (python)
3030
# stages: [push]
3131

3232
- repo: https://github.com/charliermarsh/ruff-pre-commit
3333
# Ruff version.
34-
rev: 'v0.9.2'
34+
rev: 'v0.9.3'
3535
hooks:
3636
- id: ruff
3737
- id: ruff-format
@@ -62,7 +62,7 @@ repos:
6262
- id: strip-exif
6363

6464
- repo: https://github.com/codespell-project/codespell
65-
rev: v2.3.0
65+
rev: v2.4.0
6666
hooks:
6767
- id: codespell
6868
additional_dependencies:

tests/exchange/test_exchange.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ def test_reload_markets(default_conf, mocker, caplog, time_machine):
645645
# Tried once, failed
646646

647647
lam_spy.reset_mock()
648-
# When forceing (bot startup), it should retry 3 times.
648+
# When forcing (bot startup), it should retry 3 times.
649649
exchange.reload_markets(force=True)
650650
assert lam_spy.call_count == 4
651651
assert exchange.markets == updated_markets

0 commit comments

Comments
 (0)