fix: importlib_metadata.entry_points attribute error by updating flake8 (#1186)
Co-authored-by: Carter Tinney <carter.tinney@microsoft.com>
This commit is contained in:
Родитель
def32f339c
Коммит
e75d1c2026
|
@ -5,7 +5,8 @@ repos:
|
||||||
- id: black
|
- id: black
|
||||||
language_version: python3
|
language_version: python3
|
||||||
- repo: https://github.com/pycqa/flake8
|
- repo: https://github.com/pycqa/flake8
|
||||||
rev: 3.9.1 # Use the ref you want to point at
|
rev: 7.0.0 # Use the ref you want to point at
|
||||||
hooks:
|
hooks:
|
||||||
- id: flake8
|
- id: flake8
|
||||||
args: ['--config=.flake8']
|
args: ['--config=.flake8']
|
||||||
|
additional_dependencies: ['importlib_metadata==4.3']
|
||||||
|
|
Загрузка…
Ссылка в новой задаче