pre-commit: Update flake8 hook configuration

flake8 hook has been removed from https://github.com/pre-commit/pre-commit-hooks
so now use the one from https://gitlab.com/pycqa/flake8
This commit is contained in:
Antoine Lambert 2020-09-17 13:55:01 +02:00
parent a00f151462
commit cef98c9b9b

View file

@ -3,10 +3,14 @@ repos:
rev: v2.4.0
hooks:
- id: trailing-whitespace
- id: flake8
- id: check-json
- id: check-yaml
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.3
hooks:
- id: flake8
- repo: https://github.com/codespell-project/codespell
rev: v1.16.0
hooks: