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/