Skip to content

Commit

Permalink
remove linting from GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
khvn26 committed Jul 18, 2024
1 parent a1517ff commit 558d70f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,5 @@ jobs:
pip install poetry
poetry install --with dev
- name: Check Formatting
run: |
poetry run black --check .
poetry run flake8 .
poetry run isort --check .
- name: Check Typing
run: poetry run mypy --strict .

- name: Run Tests
run: poetry run pytest

0 comments on commit 558d70f

Please sign in to comment.