Skip to content

Commit

Permalink
pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
prodion23 committed Oct 21, 2024
1 parent f1d0fbf commit df444dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:
- name: Lint files
if: startsWith(matrix.python-version, '3.9') || startsWith(matrix.python-version, '3.10') || startsWith(matrix.python-version, '3.11') || startsWith(matrix.python-version, '3.12')
run: make lint
run: |
pip install pylint==3.3.1
make lint
- name: Install protobuf compiler
run: |
Expand Down
1 change: 0 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ pyyaml
pytest==7.4.3
pytest-cov==3.0.0
tox>=3.23.0
pylint==3.3.1
pdoc3>=0.9.2
fastapi>=0.75.0
flask>=1.0.1
Expand Down

0 comments on commit df444dc

Please sign in to comment.