Skip to content

Commit

Permalink
Removed linting from CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
HiraiKyo committed Aug 8, 2024
1 parent e30097d commit a0b16ef
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,4 @@ jobs:
poetry run pytest
- name: Run type checking with mypy
run: |
poetry run mypy ply_processor_basics
- name: Run linting with ruff
run: |
poetry run ruff ply_processor_basics
poetry run mypy ply_processor_basics

0 comments on commit a0b16ef

Please sign in to comment.