Skip to content

Commit

Permalink
add libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
KeremKurban committed Nov 4, 2024
1 parent b093faa commit 7929752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 7929752

Please sign in to comment.