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:
|
||||
- id: isort
|
||||
|
||||
- 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-bugbear',]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue