Skip to content

Commit

Permalink
style(lint): fix lint errors (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
bathienle authored Nov 8, 2024
1 parent dc7bb6f commit eb5ec77
Show file tree
Hide file tree
Showing 30 changed files with 1,846 additions and 585 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pylint
pip install pylint pytest
- name: Check lint
run: pylint --output=lint.txt cytomine tests
Expand Down
Loading

0 comments on commit eb5ec77

Please sign in to comment.