Skip to content

Commit

Permalink
Add modules
Browse files Browse the repository at this point in the history
  • Loading branch information
a-masterov committed Jul 5, 2024
1 parent b350376 commit bbc7d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pylint psycopg2 pytest toml aiohttp backoff requests allure-pytest \
pytest-httpserver prometheus_client asyncpg jwt
pytest-httpserver prometheus_client asyncpg jwt httpx psutil boto3
- name: Analyzing code with pylint
run: |
pylint $(git ls-files '*.py')

0 comments on commit bbc7d1f

Please sign in to comment.