Skip to content

Commit

Permalink
Merge branch 'release/2.0.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
exhuma committed Jul 25, 2024
2 parents d0c4e22 + f609431 commit 178c336
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ jobs:
- name: Check black formatting
run: |
pip install black
black --check puresnmp
black --check src
- name: Lint with pylint
run: |
pip install pylint
pylint --reports=y --exit-zero puresnmp
pylint --reports=y --exit-zero src
publish:
Expand Down

0 comments on commit 178c336

Please sign in to comment.