ci: fix flake8 URL (#18895)

This commit is contained in:
Ankush Menat 2022-11-16 16:15:31 +05:30 committed by GitHub
parent 9fc330ea6c
commit 0d5d2cf95c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',]