зеркало из
1
0
Форкнуть 0
This commit is contained in:
AsafMah 2024-05-05 12:03:07 +03:00 коммит произвёл GitHub
Родитель d902fd9eb0
Коммит a4369938b8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 2 добавлений и 1 удалений

3
.github/workflows/build.yml поставляемый
Просмотреть файл

@ -42,7 +42,8 @@ jobs:
pip install pytest-cov --user
pip install ./azure-kusto-data[aio,pandas] ./azure-kusto-ingest[aio,pandas] --user
pip freeze
- uses: psf/black@stable
# We have to use an old version of this plugin, as the new one assumes python 3.8
- uses: psf/black@c8f1a5542c257491e1e093b1404481ece7f7e02c
with:
options: "--check --diff --line-length 160"
version: "23.3.0"