Merge pull request #10770 from freqtrade/update/pre-commit-hooks
Some checks failed
Build Documentation / Deploy Docs through mike (push) Has been cancelled
Binance Leverage tiers update / auto-update (push) Has been cancelled

Update pre-commit hooks
This commit is contained in:
Matthias 2024-10-08 06:36:12 +02:00 committed by GitHub
commit ddeb64964d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,13 +31,13 @@ repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version.
rev: 'v0.6.8'
rev: 'v0.6.9'
hooks:
- id: ruff
- id: ruff-format
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: end-of-file-fixer
exclude: |