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:
parent
a00f151462
commit
cef98c9b9b
1 changed files with 5 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue