Merge branch 'bugfix/flake8_precommit' into 'master'

precommit: update flake8 repo url to use github

See merge request espressif/esp-idf!21092
This commit is contained in:
Marius Vikhammer 2022-11-15 14:24:13 +08:00
commit 9d56ce3556

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