chore: update pre-commit hooks

This commit is contained in:
xmatthias
2025-01-28 03:03:24 +00:00
committed by Freqtrade Bot
parent 62e3f408a6
commit de8b3a89fd

View File

@@ -23,7 +23,7 @@ repos:
# stages: [push]
- repo: https://github.com/pycqa/isort
rev: "5.13.2"
rev: "6.0.0"
hooks:
- id: isort
name: isort (python)
@@ -31,7 +31,7 @@ repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version.
rev: 'v0.9.2'
rev: 'v0.9.3'
hooks:
- id: ruff
- id: ruff-format
@@ -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: