зеркало из
1
0
Форкнуть 0

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:
Walter Bonetti 2024-07-17 14:04:37 -04:00 коммит произвёл GitHub
Родитель def32f339c
Коммит e75d1c2026
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

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