Merge branch 'bugfix/flake8_precommit_v4.4' into 'release/v4.4'

precommit: update flake8 repo url to use github (v4.4)

See merge request espressif/esp-idf!21096
This commit is contained in:
Marius Vikhammer
2022-11-17 09:13:52 +08:00

View File

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