chore: update pre-commit hooks

This commit is contained in:
Freqtrade Bot
2025-04-01 03:20:59 +00:00
parent 7894c08b83
commit e9cd840f5b

View File

@@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pycqa/flake8
rev: "7.1.2"
rev: "7.2.0"
hooks:
- id: flake8
additional_dependencies: [Flake8-pyproject]