1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 11:22:24 +01:00

Fix mismatched flake8 version in pre-commit (#4145)

This commit is contained in:
Jesse Hills
2022-12-05 19:50:11 +13:00
committed by GitHub
parent dfcccda69e
commit 54caed36f7

View File

@@ -11,7 +11,7 @@ repos:
- --quiet
files: ^((esphome|script|tests)/.+)?[^/]+\.py$
- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
rev: 6.0.0
hooks:
- id: flake8
additional_dependencies: