ci: fix flake8 URL (#18895)
This commit is contained in:
parent
9fc330ea6c
commit
0d5d2cf95c
1 changed files with 2 additions and 2 deletions
|
|
@ -54,8 +54,8 @@ repos:
|
||||||
hooks:
|
hooks:
|
||||||
- id: isort
|
- id: isort
|
||||||
|
|
||||||
- repo: https://gitlab.com/pycqa/flake8
|
- repo: https://github.com/PyCQA/flake8
|
||||||
rev: 3.9.2
|
rev: 5.0.4
|
||||||
hooks:
|
hooks:
|
||||||
- id: flake8
|
- id: flake8
|
||||||
additional_dependencies: ['flake8-bugbear',]
|
additional_dependencies: ['flake8-bugbear',]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue