Skip to content

Commit

Permalink
Merge branch 'bugfix/flake8_precommit' into 'master'
Browse files Browse the repository at this point in the history
precommit: update flake8 repo url to use github

See merge request espressif/esp-idf!21092
  • Loading branch information
ESP-Marius committed Nov 15, 2022
2 parents 6cbedbf + 73367a9 commit 9d56ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9d56ce3

Please sign in to comment.