Skip to content
Snippets Groups Projects
Commit 2de1c6f2 authored by Bastien Abadie's avatar Bastien Abadie Committed by Yoann Schneider
Browse files

Use new official repository for flake8 on CI

parent 2ecc297b
No related branches found
No related tags found
1 merge request!261Use new official repository for flake8 on CI
Pipeline #79841 passed
......@@ -11,7 +11,7 @@ repos:
rev: 22.3.0
hooks:
- id: black
- repo: https://gitlab.com/pycqa/flake8
- repo: https://github.com/pycqa/flake8
rev: 3.8.3
hooks:
- id: flake8
......
......@@ -7,14 +7,14 @@ repos:
rev: 22.6.0
hooks:
- id: black
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
- repo: https://github.com/pycqa/flake8
rev: 5.0.4
hooks:
- id: flake8
additional_dependencies:
- 'flake8-coding==1.3.1'
- 'flake8-copyright==0.2.2'
- 'flake8-debugger==3.1.0'
- flake8-coding==1.3.1
- flake8-copyright==0.2.3
- flake8-debugger==3.1.0
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
hooks:
......@@ -40,6 +40,3 @@ repos:
- repo: meta
hooks:
- id: check-useless-excludes
default_language_version:
python: python3.9
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