Skip to content

Commit

Permalink
Replace the URL of flake8 in .pre-commit-hook.yml (open-mmlab#231)
Browse files Browse the repository at this point in the history
* pull flake8 from github

* pull flake8 from github
  • Loading branch information
zhouzaida authored May 17, 2022
1 parent 689837d commit 84e60f6
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
@@ -1,6 +1,6 @@
exclude: ^tests/data/
repos:
- repo: https://gitlab.com/pycqa/flake8.git
- repo: https://github.com/PyCQA/flake8
rev: 3.8.3
hooks:
- id: flake8
Expand Down

0 comments on commit 84e60f6

Please sign in to comment.