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 b403619 commit eabd982
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 @@ -22,7 +22,7 @@ jobs:
python -m pip install --upgrade pip
pip install pylint psycopg2 pytest toml aiohttp backoff requests allure-pytest \
pytest-httpserver prometheus_client asyncpg jwt httpx psutil boto3 mypy_boto3_s3 \
zstandard numpy pandas pgvector pytest_lazyfixture
zstandard numpy pandas pgvector pytest-lazy-fixture
- name: Analyzing code with pylint
run: |
pylint $(git ls-files '*.py')

0 comments on commit eabd982

Please sign in to comment.