Skip to content

Commit

Permalink
fix: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
veraposeidon committed May 12, 2024
1 parent 396a11b commit 18a46ee
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 562 deletions.
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:
pip install pylint
- name: Analysing the code with pylint
run: |
pylint ./**/*.py
pylint labelme2datasets/**
- name: Slack Notify
uses: ravsamhq/notify-slack-action@v1
if: always()
Expand Down
Loading

0 comments on commit 18a46ee

Please sign in to comment.