Skip to content

Commit

Permalink
add pre-commit to pytest ci (#190)
Browse files Browse the repository at this point in the history
* add pre-commit to pytest ci

* rename pipeline step
  • Loading branch information
codingpaula authored Sep 6, 2024
1 parent 0c3c5c0 commit e3ef8cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ jobs:
run: |
poetry install --with dev
poetry run install-deps
- name: mypy and pylint
- name: pre-commit, mypy and pylint
run: |
poetry run pre-commit run --all-files
poetry run mypy ./rosys --non-interactive
poetry run pylint ./rosys
Expand Down

0 comments on commit e3ef8cf

Please sign in to comment.