Merge pull request #10854 from freqtrade/update/pre-commit-hooks
Some checks are pending
Build Documentation / Deploy Docs through mike (push) Waiting to run

Update pre-commit hooks
This commit is contained in:
Matthias 2024-10-29 06:39:42 +01:00 committed by GitHub
commit 52ae7c3615
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@ repos:
# stages: [push] # stages: [push]
- repo: https://github.com/pre-commit/mirrors-mypy - repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.12.1" rev: "v1.13.0"
hooks: hooks:
- id: mypy - id: mypy
exclude: build_helpers exclude: build_helpers
@ -31,7 +31,7 @@ repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit - repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version. # Ruff version.
rev: 'v0.7.0' rev: 'v0.7.1'
hooks: hooks:
- id: ruff - id: ruff
- id: ruff-format - id: ruff-format