Merge branch 'bugfix/flake8_precommit_v5.0' into 'release/v5.0'

precommit: update flake8 repo url to use github (v5.0)

See merge request espressif/esp-idf!21095
This commit is contained in:
Marius Vikhammer 2022-11-17 15:52:21 +08:00
commit 919b3e621e

View File

@ -30,7 +30,7 @@ repos:
- id: mixed-line-ending
args: ['-f=lf']
- id: double-quote-string-fixer
- repo: https://gitlab.com/pycqa/flake8
- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
hooks:
- id: flake8