From 79297525e178f6dafab8bc356ff7037edd498612 Mon Sep 17 00:00:00 2001 From: Kerem Kurban Date: Mon, 4 Nov 2024 15:33:20 +0100 Subject: [PATCH] add libraries --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 45ec858..9042dcf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -30,7 +30,7 @@ jobs: - name: Set up environment run: | pip install --upgrade pip wheel setuptools - pip install black==24.4.2 flake8==7.1.1 flake8-builtins==2.1.0 flake8-bugbear==22.10.27 flake8-comprehensions==3.10.1 flake8-docstrings==1.6.0 toml-sort==0.23.1 isort==5.12.0 mypy + pip install black==24.4.2 flake8==7.1.1 flake8-builtins==2.1.0 flake8-bugbear==22.10.27 flake8-comprehensions==3.10.1 flake8-docstrings==1.6.0 toml-sort==0.23.1 isort==5.12.0 mypy types-requests types-aiofiles types-PyYAML - name: Linting check run: | black -l 120 --check src/