chore: update pre-commit hooks

This commit is contained in:
xmatthias
2024-01-09 03:03:20 +00:00
committed by Freqtrade Bot
parent 3741cbf3a9
commit a9287359a3

View File

@@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pycqa/flake8
rev: "6.1.0"
rev: "7.0.0"
hooks:
- id: flake8
additional_dependencies: [Flake8-pyproject]
@@ -31,7 +31,7 @@ repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version.
rev: 'v0.1.9'
rev: 'v0.1.11'
hooks:
- id: ruff