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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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: