Skip to content
Snippets Groups Projects
Commit 03f40b76 authored by Antoine Lambert's avatar Antoine Lambert
Browse files

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
parent ade9e0cf
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment