Skip to content

Commit

Permalink
pylint stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ThorpeJosh committed Oct 23, 2023
1 parent 26886bc commit f4313bd
Show file tree
Hide file tree
Showing 5 changed files with 669 additions and 24 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
python -m pip install --upgrade pip
python -m pip install .[dev]
- name: Pylint
run: pylint image_sorting_tool
run: pylint $(git ls-files '*.py')
- name: Pytest
run: pytest -v
- name: Black
run: black --check --diff image_sorting_tool
run: black --check --diff $(git ls-files '*.py')
Loading

0 comments on commit f4313bd

Please sign in to comment.