[Enhancement] Download flake8 from github as pre-commit hooks (#695)

This commit is contained in:
Tong Gao 2021-12-31 14:01:35 +08:00 committed by GitHub
parent a0f1c011c0
commit 5d1d159715
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
exclude: ^tests/data/
repos:
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.1
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
hooks:
- id: flake8
- repo: https://github.com/asottile/seed-isort-config