ci: fix flake8 url

This commit is contained in:
Ankush Menat 2022-11-23 11:47:09 +05:30
parent b57838f366
commit d3cb7eceb4
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ repos:
- id: black
additional_dependencies: ['click==8.0.4']
- 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',]