Skip to content

Commit 3e06971

Browse files
authored
Merge pull request freqtrade#11333 from freqtrade/update/pre-commit-hooks
Update pre-commit hooks
2 parents 323b9f8 + a412ff7 commit 3e06971

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repos:
3131

3232
- repo: https://github.com/charliermarsh/ruff-pre-commit
3333
# Ruff version.
34-
rev: 'v0.9.3'
34+
rev: 'v0.9.4'
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.4.0
65+
rev: v2.4.1
6666
hooks:
6767
- id: codespell
6868
additional_dependencies:

0 commit comments

Comments
 (0)