Skip to content

Commit

Permalink
chore: fixed workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
frolvanya committed May 29, 2024
1 parent d3e3b16 commit f10b3f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
pip install mypy
- name: mypy
run: |
mypy --ignore-missing-imports ./src
mypy --install-types --ignore-missing-imports ./src
3 changes: 2 additions & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
with:
python-version: 3.9
- name: Install Dependencies
run: pip install pylint
run: |
pip install pylint aiobotocore dataclasses-json botocore requests
- name: Run PyLint
run: pylint ./src

0 comments on commit f10b3f1

Please sign in to comment.